-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update goreleaser to use boring #1702
Conversation
Thanks for submitting this pull request 🎉. The team will review it soon and get back to you. If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document. |
@@ -7,16 +7,18 @@ builds: | |||
binary: kanctl | |||
main: cmd/kanctl/main.go | |||
ldflags: &ldflags | |||
- -s -w |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is -w
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From stack overflow - The -w turns off DWARF debugging information: you will not be able to use gdb on the binary to look at specific functions or set breakpoints or get stack traces, because all the metadata gdb needs will not be included.
- GO_EXTLINK_ENABLED=0 | ||
goos: | ||
- darwin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not affect production, not sure if it affects local development for folks. Just noting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea I assumed this was tested out early on for local development.. Does not affect production.
@sirish see inline question above. |
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [anchore/syft](https://togithub.com/anchore/syft) | minor | `v0.58.0` -> `v0.60.3` | | [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry) | minor | `v3.79.0` -> `v3.89.0` | | [golang/go](https://togithub.com/golang/go) | patch | `1.19.2` -> `1.19.3` | | [golang/tools](https://togithub.com/golang/tools) | minor | `v0.1.12` -> `v0.2.0` | | [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) | minor | `v1.11.5` -> `v1.12.3` | | [miniscruff/changie](https://togithub.com/miniscruff/changie) | minor | `v1.9.1` -> `v1.10.0` | | [thycotic/dsv-cli](https://togithub.com/thycotic/dsv-cli) | minor | `1.38.1` -> `1.39.0` | --- ### Release Notes <details> <summary>anchore/syft</summary> ### [`v0.60.3`](https://togithub.com/anchore/syft/releases/tag/v0.60.3) [Compare Source](https://togithub.com/anchore/syft/compare/v0.60.2...v0.60.3) ### Changelog #### [v0.60.3](https://togithub.com/anchore/syft/tree/v0.60.3) (2022-11-03) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.60.2...v0.60.3) ### [`v0.60.2`](https://togithub.com/anchore/syft/releases/tag/v0.60.2) [Compare Source](https://togithub.com/anchore/syft/compare/v0.60.1...v0.60.2) ### Changelog #### [v0.60.2](https://togithub.com/anchore/syft/tree/v0.60.2) (2022-11-02) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.60.1...v0.60.2) ### [`v0.60.1`](https://togithub.com/anchore/syft/releases/tag/v0.60.1) [Compare Source](https://togithub.com/anchore/syft/compare/v0.59.0...v0.60.1) ### Changelog #### [v0.60.1](https://togithub.com/anchore/syft/tree/v0.60.1) (2022-11-01) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.59.0...v0.60.1) ##### Added Features - Remove the docker installation from the release process \[[Issue #​577](https://togithub.com/anchore/syft/issues/577)] - Include go binary h1 digests in SPDX \[[Issue #​1261](https://togithub.com/anchore/syft/issues/1261)] ##### Bug Fixes - A malformed Python RECORD file stops Syft processing \[[Issue #​1012](https://togithub.com/anchore/syft/issues/1012)] - Deprecated SPDX license (GFDL\* and BSD-2-Clause-NetBSD) \[[Issue #​1179](https://togithub.com/anchore/syft/issues/1179)] - Update SPDX license list to 3.18 \[[Issue #​1245](https://togithub.com/anchore/syft/issues/1245)] - Versions not printed out properly from maven pom.xml \[[Issue #​1251](https://togithub.com/anchore/syft/issues/1251)] - syft attest --output cyclonedx-json incompatible with cosign \[[Issue #​1268](https://togithub.com/anchore/syft/issues/1268)] - Create SBOM file will have suffix in modules name \[[Issue #​1275](https://togithub.com/anchore/syft/issues/1275)] ### [`v0.59.0`](https://togithub.com/anchore/syft/releases/tag/v0.59.0) [Compare Source](https://togithub.com/anchore/syft/compare/v0.58.0...v0.59.0) ### Changelog [Full Changelog](https://togithub.com/anchore/syft/compare/v0.58.0...41bc6bb410352845f22766e27dd48ba93aa825a4) ##### Added Features - Attest support for Singularity images \[[Issue #​1193](https://togithub.com/anchore/syft/issues/1193)] - Remove upload to Anchore Enterprise \[[Issue #​1252](https://togithub.com/anchore/syft/issues/1252)] ##### Bug Fixes - Update requires to use list; remove field \[[PR #​1234](https://togithub.com/anchore/syft/pull/1234)] \[[spiffcs](https://togithub.com/spiffcs)] - Deprecated SPDX license (GFDL\* and BSD-2-Clause-NetBSD) \[[Issue #​1179](https://togithub.com/anchore/syft/issues/1179)] - SPDX JSON has external reference category of PACKAGE_MANAGER instead of PACKAGE-MANAGER \[[Issue #​1236](https://togithub.com/anchore/syft/issues/1236)] - Follow symlinks when searching for globs in all-layers scope \[[PR #​1221](https://togithub.com/anchore/syft/pull/1221)] \[[kzantow](https://togithub.com/kzantow)] </details> <details> <summary>aquaproj/aqua-registry</summary> ### [`v3.89.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.89.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.88.0...v3.89.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.89.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.89.0) | aquaproj/aqua-registry@v3.88.0...v3.89.0 #### 🎉 New Packages [#​7630](https://togithub.com/aquaproj/aqua-registry/issues/7630) [dtan4/ghrls](https://togithub.com/dtan4/ghrls): List & Describe GitHub Releases [#​7627](https://togithub.com/aquaproj/aqua-registry/issues/7627) [hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): A CLI command to parse kustomize build result and notify it to GitLab [#​7620](https://togithub.com/aquaproj/aqua-registry/issues/7620) [kashav/fsql](https://togithub.com/kashav/fsql): Search for files using a fun query language [#​7631](https://togithub.com/aquaproj/aqua-registry/issues/7631) [yinheli/sshw](https://togithub.com/yinheli/sshw): ssh client wrapper for automatic login #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7620](https://togithub.com/aquaproj/aqua-registry/issues/7620) [#​7630](https://togithub.com/aquaproj/aqua-registry/issues/7630) [#​7631](https://togithub.com/aquaproj/aqua-registry/issues/7631) [@​hirosassa](https://togithub.com/hirosassa) [#​7627](https://togithub.com/aquaproj/aqua-registry/issues/7627) ### [`v3.88.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.88.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.87.0...v3.88.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.88.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.88.0) | aquaproj/aqua-registry@v3.87.0...v3.88.0 #### 🎉 New Packages [#​7599](https://togithub.com/aquaproj/aqua-registry/issues/7599) [zyedidia/micro](https://togithub.com/zyedidia/micro): A modern and intuitive terminal-based text editor #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7599](https://togithub.com/aquaproj/aqua-registry/issues/7599) ### [`v3.87.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.87.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.86.0...v3.87.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.87.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.87.0) | aquaproj/aqua-registry@v3.86.0...v3.87.0 #### 🎉 New Packages [#​7589](https://togithub.com/aquaproj/aqua-registry/issues/7589) [citrusframework/yaks](https://togithub.com/citrusframework/yaks): YAKS is a platform to enable Cloud Native BDD testing on Kubernetes #### Contributors Thank you, Contributors! [@​tadayosi](https://togithub.com/tadayosi) [#​7589](https://togithub.com/aquaproj/aqua-registry/issues/7589) ### [`v3.86.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.86.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.85.0...v3.86.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.86.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.86.0) | aquaproj/aqua-registry@v3.85.0...v3.86.0 #### 🎉 New Packages [#​7523](https://togithub.com/aquaproj/aqua-registry/issues/7523) [woodpecker-ci/woodpecker/woodpecker-cli](https://togithub.com/woodpecker-ci/woodpecker): Command line tool for Woodpecker CI #### Fixes [#​7541](https://togithub.com/aquaproj/aqua-registry/issues/7541) [kanisterio/kanister](https://togithub.com/kanisterio/kanister): Remove darwin support The support of `darwin` was removed. - kanisterio/kanister@2a93133 - [https://github.com/kanisterio/kanister/pull/1702](https://togithub.com/kanisterio/kanister/pull/1702) - [https://github.com/kanisterio/kanister/pull/1702#discussion_r1003536078](https://togithub.com/kanisterio/kanister/pull/1702#discussion_r1003536078) [#​7542](https://togithub.com/aquaproj/aqua-registry/issues/7542) [zigtools/zls](https://togithub.com/zigtools/zls): Fix the archive format Archive format was changed from `tar.xz` to `tar.zst`. - [https://github.com/zigtools/zls/pull/529](https://togithub.com/zigtools/zls/pull/529) - https://www.nongnu.org/lzip/xz_inadequate.html #### Contributors Thank you, Contributors! [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7523](https://togithub.com/aquaproj/aqua-registry/issues/7523) ### [`v3.85.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.85.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.84.0...v3.85.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.85.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.85.0) | aquaproj/aqua-registry@v3.84.0...v3.85.0 #### 🎉 New Packages [#​7473](https://togithub.com/aquaproj/aqua-registry/issues/7473) [genuinetools/amicontained](https://togithub.com/genuinetools/amicontained): Container introspection tool. Find out what container runtime is being used as well as features available [#​7488](https://togithub.com/aquaproj/aqua-registry/issues/7488) [mitchellh/gon](https://togithub.com/mitchellh/gon): Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library [#​7486](https://togithub.com/aquaproj/aqua-registry/issues/7486) [runatlantis/atlantis](https://togithub.com/runatlantis/atlantis): Terraform Pull Request Automation [#​7495](https://togithub.com/aquaproj/aqua-registry/issues/7495) [sonatype-nexus-community/nancy](https://togithub.com/sonatype-nexus-community/nancy): A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index #### Contributors Thank you, Contributors! [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7495](https://togithub.com/aquaproj/aqua-registry/issues/7495) [@​mikutas](https://togithub.com/mikutas) [#​7486](https://togithub.com/aquaproj/aqua-registry/issues/7486) ### [`v3.84.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.84.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.83.0...v3.84.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.84.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.84.0) | aquaproj/aqua-registry@v3.83.0...v3.84.0 #### 🎉 New Packages [#​7466](https://togithub.com/aquaproj/aqua-registry/issues/7466) [charmbracelet/vhs](https://togithub.com/charmbracelet/vhs): Your CLI home video recorder [#​7446](https://togithub.com/aquaproj/aqua-registry/issues/7446) [purpleclay/dns53](https://togithub.com/purpleclay/dns53): Dynamic DNS within Amazon Route53. Expose your EC2 quickly, easily and privately #### Contributors Thank you, Contributors! [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7446](https://togithub.com/aquaproj/aqua-registry/issues/7446) ### [`v3.83.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.83.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.82.0...v3.83.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.83.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.83.0) | aquaproj/aqua-registry@v3.82.0...v3.83.0 #### 🎉 New Packages [#​7412](https://togithub.com/aquaproj/aqua-registry/issues/7412) [mattn/twty](https://togithub.com/mattn/twty): command-line twitter client written in golang [#​7439](https://togithub.com/aquaproj/aqua-registry/issues/7439) [minamijoyo/myaws](https://togithub.com/minamijoyo/myaws): A human friendly AWS CLI written in Go #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7412](https://togithub.com/aquaproj/aqua-registry/issues/7412) [#​7439](https://togithub.com/aquaproj/aqua-registry/issues/7439) ### [`v3.82.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.82.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.81.0...v3.82.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.82.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.82.0) | aquaproj/aqua-registry@v3.81.0...v3.82.0 #### 🎉 New Packages [#​7386](https://togithub.com/aquaproj/aqua-registry/issues/7386) [drud/ddev](https://togithub.com/drud/ddev): DDEV: a local web development environment system for PHP [#​7387](https://togithub.com/aquaproj/aqua-registry/issues/7387) [#​7388](https://togithub.com/aquaproj/aqua-registry/issues/7388) [librespeed/speedtest-cli](https://togithub.com/librespeed/speedtest-cli): Command line client for LibreSpeed [#​7392](https://togithub.com/aquaproj/aqua-registry/issues/7392) [making/rsc](https://togithub.com/making/rsc): RSocket Client CLI (RSC) that aims to be a curl for RSocket [#​7353](https://togithub.com/aquaproj/aqua-registry/issues/7353) [ysugimoto/falco](https://togithub.com/ysugimoto/falco): falco is a VCL parser and linter optimized for Fastly #### Others [#​7389](https://togithub.com/aquaproj/aqua-registry/issues/7389) Update CONTRIBUTING.md [Should you create an Issue before sending a Pull Request?](https://togithub.com/aquaproj/aqua-registry/blob/60051007b490c76d13698a5cfcb1bd465df1d731/CONTRIBUTING.md#should-you-create-an-issue-before-sending-a-pull-request) #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7353](https://togithub.com/aquaproj/aqua-registry/issues/7353) [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7388](https://togithub.com/aquaproj/aqua-registry/issues/7388) [#​7392](https://togithub.com/aquaproj/aqua-registry/issues/7392) ### [`v3.81.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.81.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.80.0...v3.81.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.81.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.81.0) | aquaproj/aqua-registry@v3.80.0...v3.81.0 #### 🎉 New Packages [#​921](https://togithub.com/aquaproj/aqua-registry/issues/921) [#​7317](https://togithub.com/aquaproj/aqua-registry/issues/7317) [bitwarden/clients](https://togithub.com/bitwarden/clients): Bitwarden CLI [#​7320](https://togithub.com/aquaproj/aqua-registry/issues/7320) [handlename/ssmwrap](https://togithub.com/handlename/ssmwrap): Exec command with environment variables loaded from AWS SSM [#​7323](https://togithub.com/aquaproj/aqua-registry/issues/7323) [kyoshidajp/ghkw](https://togithub.com/kyoshidajp/ghkw): Search how many keywords in GitHub Code tool [#​7315](https://togithub.com/aquaproj/aqua-registry/issues/7315) [#​7312](https://togithub.com/aquaproj/aqua-registry/issues/7312) [wakatime/wakatime-cli](https://togithub.com/wakatime/wakatime-cli): Command line interface used by all WakaTime text editor plugins #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7320](https://togithub.com/aquaproj/aqua-registry/issues/7320) [#​7323](https://togithub.com/aquaproj/aqua-registry/issues/7323) [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7312](https://togithub.com/aquaproj/aqua-registry/issues/7312) [#​7317](https://togithub.com/aquaproj/aqua-registry/issues/7317) ### [`v3.80.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.80.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.79.0...v3.80.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.80.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.80.0) | aquaproj/aqua-registry@v3.79.0...v3.80.0 #### 🎉 New Packages [#​977](https://togithub.com/aquaproj/aqua-registry/issues/977) [#​7290](https://togithub.com/aquaproj/aqua-registry/issues/7290) [Azure/draft](https://togithub.com/Azure/draft): A day 0 tool for getting your app on k8s fast #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7290](https://togithub.com/aquaproj/aqua-registry/issues/7290) </details> <details> <summary>golang/go</summary> ### [`v1.19.3`](https://togithub.com/golang/go/compare/go1.19.2...go1.19.3) [Compare Source](https://togithub.com/golang/go/compare/go1.19.2...go1.19.3) </details> <details> <summary>golang/tools</summary> ### [`v0.2.0`](https://togithub.com/golang/tools/compare/v0.1.12...v0.2.0) [Compare Source](https://togithub.com/golang/tools/compare/v0.1.12...v0.2.0) </details> <details> <summary>goreleaser/goreleaser</summary> ### [`v1.12.3`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.12.3) [Compare Source](https://togithub.com/goreleaser/goreleaser/compare/v1.12.2...v1.12.3) #### Changelog This tag is only to keep version parity with the pro version, which does have a couple of bugfixes. **Full Changelog**: goreleaser/goreleaser@v1.12.2...v1.12.3 *** <a href="https://goreleser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a> Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/). Want to help? You can [sponsor](https://goreleaser.com/sponsors/),get a [Pro License](https://goreleaser.com/pro) or [contribute](https://goreleaser.com/contributing). Also, feel free to reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)! ### [`v1.12.2`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.12.2) [Compare Source](https://togithub.com/goreleaser/goreleaser/compare/v1.12.1...v1.12.2) #### Changelog ##### Bug fixes - [`97ba9a7`](https://togithub.com/goreleaser/goreleaser/commit/97ba9a7a394b1f05495722270c824c154ae44328): fix: licenses ([@​caarlos0](https://togithub.com/caarlos0)) - [`eb9ad29`](https://togithub.com/goreleaser/goreleaser/commit/eb9ad29d27ac718e27d3b89de208ebca1c333873): fix: unknown revision when installing with go install ([@​caarlos0](https://togithub.com/caarlos0)) ##### Dependency updates - [`afdb8e7`](https://togithub.com/goreleaser/goreleaser/commit/afdb8e7a49576cc74a21bbcdd0956438ff9b104f): fix(deps): update to go-github v48 ([#​3475](https://togithub.com/goreleaser/goreleaser/issues/3475)) ([@​caarlos0](https://togithub.com/caarlos0)) **Full Changelog**: goreleaser/goreleaser@v1.12.1...v1.12.2 #### What to do next? - Read the [documentation](https://goreleaser.com/intro/) - Check out the [GoReleaser Pro](https://goreleaser.com/pro) distribution - Join our [Discord server](https://discord.gg/RGEBtg8vQ6) - Follow us on [Twitter](https://twitter.com/goreleaser) ### [`v1.12.1`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.12.1) [Compare Source](https://togithub.com/goreleaser/goreleaser/compare/v1.12.0...v1.12.1) #### Changelog ##### Bug fixes - [`f90df0f`](https://togithub.com/goreleaser/goreleaser/commit/f90df0f5ece7c239817f51b46df5b8b63fcf1f3a): fix: getting previous tag ([@​caarlos0](https://togithub.com/caarlos0)) **Full Changelog**: goreleaser/goreleaser@v1.12.0...v1.12.1 #### What to do next? - Read the [documentation](https://goreleaser.com/intro/) - Check out the [GoReleaser Pro](https://goreleaser.com/pro) distribution - Join our [Discord server](https://discord.gg/RGEBtg8vQ6) - Follow us on [Twitter](https://twitter.com/goreleaser) ### [`v1.12.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.12.0) [Compare Source](https://togithub.com/goreleaser/goreleaser/compare/v1.11.5...v1.12.0) ### Changelog ##### New Features - [`f6eb51c`](https://togithub.com/goreleaser/goreleaser/commit/f6eb51cb9cb4d890b436cca43e7887da8101d6d4): feat: integrate ConventionalExtension from nfpm v2.20.0 ([#​3468](https://togithub.com/goreleaser/goreleaser/issues/3468)) ([@​Arsen6331](https://togithub.com/Arsen6331)) - [`81de8ad`](https://togithub.com/goreleaser/goreleaser/commit/81de8addf1e05de380f0e1200e8bebf4feba2541): feat: MarkdownV2 for Telegram announcer ([#​3435](https://togithub.com/goreleaser/goreleaser/issues/3435)) ([@​stnokott](https://togithub.com/stnokott)) - [`a42c8ae`](https://togithub.com/goreleaser/goreleaser/commit/a42c8ae706c2218c2284ba8750d77ace75a18455): feat: aur backup ([#​3366](https://togithub.com/goreleaser/goreleaser/issues/3366)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`bb6c53e`](https://togithub.com/goreleaser/goreleaser/commit/bb6c53eeda15bcd5adcb7f4226df5dfc1bf67567): feat: fig integration ([#​3437](https://togithub.com/goreleaser/goreleaser/issues/3437)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`9e6fb4f`](https://togithub.com/goreleaser/goreleaser/commit/9e6fb4f55cdc7485043c7e6f1bd6c37e4f819548): feat: more templateable fields for blobs ([#​3461](https://togithub.com/goreleaser/goreleaser/issues/3461)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`080ccff`](https://togithub.com/goreleaser/goreleaser/commit/080ccff8dbcd52cbcf082f95b6d023aaa55ad8cf): feat: nfpm for ios ([#​3436](https://togithub.com/goreleaser/goreleaser/issues/3436)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`24178b1`](https://togithub.com/goreleaser/goreleaser/commit/24178b10608dfe9472c18df7af28b89ca68a542e): feat: permanently remove buildpacks ([#​3414](https://togithub.com/goreleaser/goreleaser/issues/3414)) ([@​caarlos0](https://togithub.com/caarlos0)) ##### Bug fixes - [`6279e1a`](https://togithub.com/goreleaser/goreleaser/commit/6279e1a4317215fba9cc0329da12e5ca00a35a40): fix: annotate flags so they complete better ([#​3444](https://togithub.com/goreleaser/goreleaser/issues/3444)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`27cbbd8`](https://togithub.com/goreleaser/goreleaser/commit/27cbbd8e66fd11a45933fcc3501fad1bc3cb0b19): fix: change publishers order a bit ([#​3473](https://togithub.com/goreleaser/goreleaser/issues/3473)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`4a51099`](https://togithub.com/goreleaser/goreleaser/commit/4a510999646d7b6c794fd99a0b43bf4fbd16897e): fix: gomod.env not being used ([#​3434](https://togithub.com/goreleaser/goreleaser/issues/3434)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`cd6ca55`](https://togithub.com/goreleaser/goreleaser/commit/cd6ca55db573dda0c96c4306bfe614d875adc2fc): fix: install script ([@​caarlos0](https://togithub.com/caarlos0)) - [`d9928fe`](https://togithub.com/goreleaser/goreleaser/commit/d9928fe015585082aac4fc6df241afc459208e36): fix: log duration of padlog steps ([#​3439](https://togithub.com/goreleaser/goreleaser/issues/3439)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`d88600a`](https://togithub.com/goreleaser/goreleaser/commit/d88600aca728cbdf4b2b69d5b8d1e79d1dd6d22a): fix: revert unwanted change in docker.go ([@​caarlos0](https://togithub.com/caarlos0)) ##### Dependency updates - [`d3266fe`](https://togithub.com/goreleaser/goreleaser/commit/d3266feb1ad8bd311af9326daa8decb24dd082a9): feat(deps): bump github.com/caarlos0/log from 0.1.6 to 0.1.8 ([#​3455](https://togithub.com/goreleaser/goreleaser/issues/3455)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`c33f1ea`](https://togithub.com/goreleaser/goreleaser/commit/c33f1eaa58d97e9a4f91c1359af4b2c7a025f0c2): feat(deps): bump github.com/disgoorg/snowflake/v2 from 2.0.0 to 2.0.1 ([#​3471](https://togithub.com/goreleaser/goreleaser/issues/3471)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`db14e75`](https://togithub.com/goreleaser/goreleaser/commit/db14e75766e268866c8486887a67a6bace6b7de8): feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.18.1 to 2.19.2 ([#​3418](https://togithub.com/goreleaser/goreleaser/issues/3418)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`e5c2990`](https://togithub.com/goreleaser/goreleaser/commit/e5c2990b4c117cd1e98ea8efe8991199b85c21df): feat(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 ([#​3454](https://togithub.com/goreleaser/goreleaser/issues/3454)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`2200709`](https://togithub.com/goreleaser/goreleaser/commit/22007091d5e7e1e99ad1cda04bb3e655736a2d9d): feat(deps): bump gocloud.dev from 0.26.0 to 0.27.0 ([#​3430](https://togithub.com/goreleaser/goreleaser/issues/3430)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`535437f`](https://togithub.com/goreleaser/goreleaser/commit/535437f67c031dea6b0c2d96ac93a18edbdda3e1): feat(deps): bump golang from 1.19.1-alpine to 1.19.2-alpine ([#​3442](https://togithub.com/goreleaser/goreleaser/issues/3442)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`998a753`](https://togithub.com/goreleaser/goreleaser/commit/998a753d2b40f7ddfb03624df160e10ae9bb89fb): feat(deps): bump golang from `2baa528` to `9d3bd09` ([#​3446](https://togithub.com/goreleaser/goreleaser/issues/3446)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`b4159f6`](https://togithub.com/goreleaser/goreleaser/commit/b4159f637702017d43dc9b7acb2d0a885a421f1e): feat(deps): go 1.19.2 ([#​3443](https://togithub.com/goreleaser/goreleaser/issues/3443)) ([@​caarlos0](https://togithub.com/caarlos0)) ##### Documentation updates - [`b8b2541`](https://togithub.com/goreleaser/goreleaser/commit/b8b25418fb9a618673ecb416594dedcae31ded16): docs: adds openfeature to user list ([@​caarlos0](https://togithub.com/caarlos0)) - [`bb170f3`](https://togithub.com/goreleaser/goreleaser/commit/bb170f3b9c3e8aae5bacd72f07d73670b1e604dc): docs: better document multiple tokens error ([#​3438](https://togithub.com/goreleaser/goreleaser/issues/3438)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`427003f`](https://togithub.com/goreleaser/goreleaser/commit/427003f1fea24e7fb5dd148a031c210a155da07e): docs: clarify tags a bit ([@​caarlos0](https://togithub.com/caarlos0)) - [`415b903`](https://togithub.com/goreleaser/goreleaser/commit/415b903a7b18146417863039e77a18448783c620): docs: fix `url_template` line of the brew example ([#​3432](https://togithub.com/goreleaser/goreleaser/issues/3432)) ([@​musaprg](https://togithub.com/musaprg)) - [`d58fa71`](https://togithub.com/goreleaser/goreleaser/commit/d58fa71b0d1652ef2ad2d15191796076edcce7b6): docs: fix htmltest ([@​caarlos0](https://togithub.com/caarlos0)) - [`4c71455`](https://togithub.com/goreleaser/goreleaser/commit/4c71455daf9266a6dd48bb91b3567a753ecb795e): docs: fix typos ([@​caarlos0](https://togithub.com/caarlos0)) - [`13bb053`](https://togithub.com/goreleaser/goreleaser/commit/13bb05347d817a91e1a79730bf49c655ef410e7b): docs: fix url misspelling ([#​3456](https://togithub.com/goreleaser/goreleaser/issues/3456)) ([@​gozeloglu](https://togithub.com/gozeloglu)) - [`1485e6f`](https://togithub.com/goreleaser/goreleaser/commit/1485e6f23f3d5c9a52e328b503f6543b61055fd3): docs: formatting ([@​caarlos0](https://togithub.com/caarlos0)) - [`5d75dec`](https://togithub.com/goreleaser/goreleaser/commit/5d75dec810f57d56acc7cca47970b03dc5e5a7aa): docs: improve go first class ports docs ([@​caarlos0](https://togithub.com/caarlos0)) - [`4c8628d`](https://togithub.com/goreleaser/goreleaser/commit/4c8628d590dd24995b54121780f94cd4b79396a6): docs: improve page ([@​caarlos0](https://togithub.com/caarlos0)) - [`7e99645`](https://togithub.com/goreleaser/goreleaser/commit/7e9964547dc180456ca0153f7a18bf85def06b49): docs: improve partial docs ([@​caarlos0](https://togithub.com/caarlos0)) - [`2f875c7`](https://togithub.com/goreleaser/goreleaser/commit/2f875c7d8e3ae553315a894387a4c6e87377cedb): docs: improvements ([@​caarlos0](https://togithub.com/caarlos0)) - [`ae9c8ac`](https://togithub.com/goreleaser/goreleaser/commit/ae9c8acc99970157244945e5e830a390e101acbf): docs: post-checkout ([@​caarlos0](https://togithub.com/caarlos0)) - [`526bdff`](https://togithub.com/goreleaser/goreleaser/commit/526bdff1f48ab247f6f06874b74c3e5c690f71bb): docs: update ([@​caarlos0](https://togithub.com/caarlos0)) - [`ea9f7f7`](https://togithub.com/goreleaser/goreleaser/commit/ea9f7f70dc788adff76585f17d5e6eff69ec6fb8): docs: update ([@​caarlos0](https://togithub.com/caarlos0)) - [`20b773d`](https://togithub.com/goreleaser/goreleaser/commit/20b773de28c0fc972ab1c9440add3e63797db344): docs: update ([@​caarlos0](https://togithub.com/caarlos0)) - [`eb96991`](https://togithub.com/goreleaser/goreleaser/commit/eb9699142fbfe485ef230dd9bd9c99ff11774de4): docs: update from pro ([@​caarlos0](https://togithub.com/caarlos0)) - [`2c61a56`](https://togithub.com/goreleaser/goreleaser/commit/2c61a56b632cbe30b0b52d94abe5c160ac9b1a23): docs: update post checkout page ([@​caarlos0](https://togithub.com/caarlos0)) ##### Other work - [`8599fc1`](https://togithub.com/goreleaser/goreleaser/commit/8599fc11acfd0af86fba35a015ce7cfd9221a3b4): refactor: improve mergeability ([@​caarlos0](https://togithub.com/caarlos0)) - [`2b0bdff`](https://togithub.com/goreleaser/goreleaser/commit/2b0bdffb3e9b14b7c3a9cd7508d5a7c6438b9fa7): refactor: making it easier to merge with pro ([#​3463](https://togithub.com/goreleaser/goreleaser/issues/3463)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`2f72048`](https://togithub.com/goreleaser/goreleaser/commit/2f72048e806664855d2960cdf943a5f2af14bf98): refactor: making it easier to merge with pro ([@​caarlos0](https://togithub.com/caarlos0)) #### What to do next? - Read the [documentation](https://goreleaser.com/intro/) - Check out the [GoReleaser Pro](https://goreleaser.com/pro) distribution - Join our [Discord server](https://discord.gg/RGEBtg8vQ6) - Follow us on [Twitter](https://twitter.com/goreleaser) </details> <details> <summary>miniscruff/changie</summary> ### [`v1.10.0`](https://togithub.com/miniscruff/changie/blob/HEAD/CHANGELOG.md#v1100-on-2022-10-22) [Compare Source](https://togithub.com/miniscruff/changie/compare/v1.9.1...v1.10.0) ##### Added - [#​372](https://togithub.com/miniscruff/changie/issues/372) Environment variable loading based on prefix </details> <details> <summary>thycotic/dsv-cli</summary> ### [`v1.39.0`](https://togithub.com/thycotic/dsv-cli/compare/1.38.1...1.39.0) [Compare Source](https://togithub.com/thycotic/dsv-cli/compare/1.38.1...1.39.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry) | minor | `v3.81.0` -> `v3.97.0` | | [direnv/direnv](https://togithub.com/direnv/direnv) | patch | `v2.32.1` -> `v2.32.2` | | [golang/go](https://togithub.com/golang/go) | patch | `1.19.2` -> `1.19.3` | | [helm/helm](https://togithub.com/helm/helm) | patch | `v3.10.1` -> `v3.10.2` | | [kubernetes-sigs/kind](https://togithub.com/kubernetes-sigs/kind) | minor | `v0.16.0` -> `v0.17.0` | | [kubernetes/kubectl](https://togithub.com/kubernetes/kubectl) | patch | `1.25.3` -> `1.25.4` | --- ### Release Notes <details> <summary>aquaproj/aqua-registry</summary> ### [`v3.97.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.97.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.96.0...v3.97.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.97.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.97.0) | aquaproj/aqua-registry@v3.96.0...v3.97.0 #### 🎉 New Packages [#​8056](https://togithub.com/aquaproj/aqua-registry/issues/8056) [k0kubun/sqldef/mssqldef](https://togithub.com/k0kubun/sqldef): Idempotent schema management for Microsoft SQL Server [#​8060](https://togithub.com/aquaproj/aqua-registry/issues/8060) [makiuchi-d/arelo](https://togithub.com/makiuchi-d/arelo): a simple auto reload (live reload) utility #### Fixes [#​8086](https://togithub.com/aquaproj/aqua-registry/issues/8086) [tektoncd/cli](https://togithub.com/tektoncd/cli): Support >= v0.28.0 Asset name was changed. - tektoncd/cli@030af0d - [https://github.com/tektoncd/cli/pull/1745](https://togithub.com/tektoncd/cli/pull/1745) #### Contributors Thank you, Contributors! [@​frozenbonito](https://togithub.com/frozenbonito) [#​8056](https://togithub.com/aquaproj/aqua-registry/issues/8056) [#​8060](https://togithub.com/aquaproj/aqua-registry/issues/8060) ### [`v3.96.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.96.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.95.0...v3.96.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.96.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.96.0) | aquaproj/aqua-registry@v3.95.0...v3.96.0 #### 🎉 New Packages [#​8040](https://togithub.com/aquaproj/aqua-registry/issues/8040) [k0kubun/sqldef/mysqldef](https://togithub.com/k0kubun/sqldef): Idempotent schema management for MySQL [#​8047](https://togithub.com/aquaproj/aqua-registry/issues/8047) [k0kubun/sqldef/psqldef](https://togithub.com/k0kubun/sqldef): Idempotent schema management for MySQL, PostgreSQL, and more [#​8048](https://togithub.com/aquaproj/aqua-registry/issues/8048) [k0kubun/sqldef/sqlite3def](https://togithub.com/k0kubun/sqldef): Idempotent schema management for MySQL, PostgreSQL, and more [#​8033](https://togithub.com/aquaproj/aqua-registry/issues/8033) [kubernetes-sigs/kwok/kwokctl](https://togithub.com/kubernetes-sigs/kwok): Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters #### Fixes [#​8034](https://togithub.com/aquaproj/aqua-registry/issues/8034) [vmware-tanzu/carvel-kapp](https://togithub.com/vmware-tanzu/carvel-kapp): Fix checksum config and support old versions #### Contributors Thank you, Contributors! [@​frozenbonito](https://togithub.com/frozenbonito) [#​8040](https://togithub.com/aquaproj/aqua-registry/issues/8040) :tada: New Contributor ### [`v3.95.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.95.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.94.2...v3.95.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.95.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.95.0) | aquaproj/aqua-registry@v3.94.2...v3.95.0 #### 🎉 New Packages [#​8008](https://togithub.com/aquaproj/aqua-registry/issues/8008) [knative/func](https://togithub.com/knative/func): Knative Functions client API and CLI [#​7991](https://togithub.com/aquaproj/aqua-registry/issues/7991) [orlangure/gocovsh](https://togithub.com/orlangure/gocovsh): Go Coverage in your terminal: a tool for exploring Go Coverage reports from the command line #### Fixes [#​7988](https://togithub.com/aquaproj/aqua-registry/issues/7988) [Songmu/ecschedule](https://togithub.com/Songmu/ecschedule): support old versions and configure checksum verification #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7988](https://togithub.com/aquaproj/aqua-registry/issues/7988) [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7991](https://togithub.com/aquaproj/aqua-registry/issues/7991) [#​8008](https://togithub.com/aquaproj/aqua-registry/issues/8008) ### [`v3.94.2`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.94.2) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.94.1...v3.94.2) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.94.2) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.94.2) | aquaproj/aqua-registry@v3.94.1...v3.94.2 #### Fixes [#​7940](https://togithub.com/aquaproj/aqua-registry/issues/7940) [TimothyYe/skm](https://togithub.com/TimothyYe/skm): Disable checksum if the version is less than `0.8.6`. ### [`v3.94.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.94.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.94.0...v3.94.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.94.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.94.1) | aquaproj/aqua-registry@v3.94.0...v3.94.1 #### Others [#​7831](https://togithub.com/aquaproj/aqua-registry/issues/7831) Rename the package `thycotic/dsv-cli` to [DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli) The repository was transferred. #### Contributors Thank you, Contributors! [@​sheldonhull](https://togithub.com/sheldonhull) [#​7831](https://togithub.com/aquaproj/aqua-registry/issues/7831) ### [`v3.94.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.94.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.93.0...v3.94.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.94.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.94.0) | aquaproj/aqua-registry@v3.93.0...v3.94.0 #### 🎉 New Packages [#​7798](https://togithub.com/aquaproj/aqua-registry/issues/7798) [cfssl](https://togithub.com/cloudflare/cfssl): CFSSL: Cloudflare's PKI and TLS toolkit - cloudflare/cfssl/cfssl-bundle - cloudflare/cfssl/cfssl-certinfo - cloudflare/cfssl/cfssl-newkey - cloudflare/cfssl/cfssl-scan - cloudflare/cfssl/cfssljson - cloudflare/cfssl/multirootca #### Contributors Thank you, Contributors! [@​zoetrope](https://togithub.com/zoetrope) [#​7798](https://togithub.com/aquaproj/aqua-registry/issues/7798) ### [`v3.93.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.93.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.92.0...v3.93.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.93.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.93.0) | aquaproj/aqua-registry@v3.92.0...v3.93.0 #### 🎉 New Packages [#​7788](https://togithub.com/aquaproj/aqua-registry/issues/7788) [jamietsao/random-winner](https://togithub.com/jamietsao/random-winner): Wrote a silly program to select a random winner from my team [#​7786](https://togithub.com/aquaproj/aqua-registry/issues/7786) [mvisonneau/gpcd](https://togithub.com/mvisonneau/gpcd): GoPro Cloud Downloader [#​7787](https://togithub.com/aquaproj/aqua-registry/issues/7787) [mvisonneau/s5](https://togithub.com/mvisonneau/s5): Safely Store Super Sensitive Stuff #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7786](https://togithub.com/aquaproj/aqua-registry/issues/7786) [#​7787](https://togithub.com/aquaproj/aqua-registry/issues/7787) [#​7788](https://togithub.com/aquaproj/aqua-registry/issues/7788) ### [`v3.92.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.92.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.91.0...v3.92.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.92.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.92.0) | aquaproj/aqua-registry@v3.91.0...v3.92.0 #### 🎉 New Packages [#​7772](https://togithub.com/aquaproj/aqua-registry/issues/7772) [denizgursoy/gotouch](https://togithub.com/denizgursoy/gotouch): Customizable Project Creator [#​7764](https://togithub.com/aquaproj/aqua-registry/issues/7764) [in-toto/in-toto-golang](https://togithub.com/in-toto/in-toto-golang): A Go implementation of in-toto. in-toto is a framework to protect software supply chain integrity [#​7743](https://togithub.com/aquaproj/aqua-registry/issues/7743) [mvisonneau/tfcw](https://togithub.com/mvisonneau/tfcw): Terraform Cloud Wrapper [#​7760](https://togithub.com/aquaproj/aqua-registry/issues/7760) [smartxworks/knest](https://togithub.com/smartxworks/knest): Kubernetes-in-Kubernetes Made Simple #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7743](https://togithub.com/aquaproj/aqua-registry/issues/7743) ### [`v3.91.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.91.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.90.0...v3.91.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.91.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.91.0) | aquaproj/aqua-registry@v3.90.0...v3.91.0 #### 🎉 New Packages [#​7705](https://togithub.com/aquaproj/aqua-registry/issues/7705) [sigstore/sget](https://togithub.com/sigstore/sget): sget is command for safer, automatic verification of signatures and integration with Sigstore's binary transparency log, Rekor #### Fixes [#​7660](https://togithub.com/aquaproj/aqua-registry/issues/7660) [minamijoyo/myaws](https://togithub.com/minamijoyo/myaws): Support old versions [#​7661](https://togithub.com/aquaproj/aqua-registry/issues/7661) [ysugimoto/falco](https://togithub.com/ysugimoto/falco): Support old versions [#​7701](https://togithub.com/aquaproj/aqua-registry/issues/7701) [nushell/nushell](https://togithub.com/nushell/nushell): asset format was changed #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7660](https://togithub.com/aquaproj/aqua-registry/issues/7660) [#​7661](https://togithub.com/aquaproj/aqua-registry/issues/7661) ### [`v3.90.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.90.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.89.0...v3.90.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.90.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.90.0) | aquaproj/aqua-registry@v3.89.0...v3.90.0 #### 🎉 New Packages [#​7644](https://togithub.com/aquaproj/aqua-registry/issues/7644) [abhimanyu003/sttr](https://togithub.com/abhimanyu003/sttr): cross-platform, cli app to perform various operations on string [#​7654](https://togithub.com/aquaproj/aqua-registry/issues/7654) [pfnet-research/git-ghost](https://togithub.com/pfnet-research/git-ghost): Synchronize your working directory efficiently to a remote place without committing the changes #### Fixes [#​7645](https://togithub.com/aquaproj/aqua-registry/issues/7645) [aristocratos/btop](https://togithub.com/aristocratos/btop): Asset format was changed [#​7632](https://togithub.com/aquaproj/aqua-registry/issues/7632) [hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): Fix the description #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7654](https://togithub.com/aquaproj/aqua-registry/issues/7654) ### [`v3.89.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.89.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.88.0...v3.89.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.89.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.89.0) | aquaproj/aqua-registry@v3.88.0...v3.89.0 #### 🎉 New Packages [#​7630](https://togithub.com/aquaproj/aqua-registry/issues/7630) [dtan4/ghrls](https://togithub.com/dtan4/ghrls): List & Describe GitHub Releases [#​7627](https://togithub.com/aquaproj/aqua-registry/issues/7627) [hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): A CLI command to parse kustomize build result and notify it to GitLab [#​7620](https://togithub.com/aquaproj/aqua-registry/issues/7620) [kashav/fsql](https://togithub.com/kashav/fsql): Search for files using a fun query language [#​7631](https://togithub.com/aquaproj/aqua-registry/issues/7631) [yinheli/sshw](https://togithub.com/yinheli/sshw): ssh client wrapper for automatic login #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7620](https://togithub.com/aquaproj/aqua-registry/issues/7620) [#​7630](https://togithub.com/aquaproj/aqua-registry/issues/7630) [#​7631](https://togithub.com/aquaproj/aqua-registry/issues/7631) [@​hirosassa](https://togithub.com/hirosassa) [#​7627](https://togithub.com/aquaproj/aqua-registry/issues/7627) ### [`v3.88.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.88.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.87.0...v3.88.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.88.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.88.0) | aquaproj/aqua-registry@v3.87.0...v3.88.0 #### 🎉 New Packages [#​7599](https://togithub.com/aquaproj/aqua-registry/issues/7599) [zyedidia/micro](https://togithub.com/zyedidia/micro): A modern and intuitive terminal-based text editor #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7599](https://togithub.com/aquaproj/aqua-registry/issues/7599) ### [`v3.87.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.87.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.86.0...v3.87.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.87.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.87.0) | aquaproj/aqua-registry@v3.86.0...v3.87.0 #### 🎉 New Packages [#​7589](https://togithub.com/aquaproj/aqua-registry/issues/7589) [citrusframework/yaks](https://togithub.com/citrusframework/yaks): YAKS is a platform to enable Cloud Native BDD testing on Kubernetes #### Contributors Thank you, Contributors! [@​tadayosi](https://togithub.com/tadayosi) [#​7589](https://togithub.com/aquaproj/aqua-registry/issues/7589) ### [`v3.86.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.86.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.85.0...v3.86.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.86.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.86.0) | aquaproj/aqua-registry@v3.85.0...v3.86.0 #### 🎉 New Packages [#​7523](https://togithub.com/aquaproj/aqua-registry/issues/7523) [woodpecker-ci/woodpecker/woodpecker-cli](https://togithub.com/woodpecker-ci/woodpecker): Command line tool for Woodpecker CI #### Fixes [#​7541](https://togithub.com/aquaproj/aqua-registry/issues/7541) [kanisterio/kanister](https://togithub.com/kanisterio/kanister): Remove darwin support The support of `darwin` was removed. - kanisterio/kanister@2a93133 - [https://github.com/kanisterio/kanister/pull/1702](https://togithub.com/kanisterio/kanister/pull/1702) - [https://github.com/kanisterio/kanister/pull/1702#discussion_r1003536078](https://togithub.com/kanisterio/kanister/pull/1702#discussion_r1003536078) [#​7542](https://togithub.com/aquaproj/aqua-registry/issues/7542) [zigtools/zls](https://togithub.com/zigtools/zls): Fix the archive format Archive format was changed from `tar.xz` to `tar.zst`. - [https://github.com/zigtools/zls/pull/529](https://togithub.com/zigtools/zls/pull/529) - https://www.nongnu.org/lzip/xz_inadequate.html #### Contributors Thank you, Contributors! [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7523](https://togithub.com/aquaproj/aqua-registry/issues/7523) ### [`v3.85.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.85.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.84.0...v3.85.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.85.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.85.0) | aquaproj/aqua-registry@v3.84.0...v3.85.0 #### 🎉 New Packages [#​7473](https://togithub.com/aquaproj/aqua-registry/issues/7473) [genuinetools/amicontained](https://togithub.com/genuinetools/amicontained): Container introspection tool. Find out what container runtime is being used as well as features available [#​7488](https://togithub.com/aquaproj/aqua-registry/issues/7488) [mitchellh/gon](https://togithub.com/mitchellh/gon): Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library [#​7486](https://togithub.com/aquaproj/aqua-registry/issues/7486) [runatlantis/atlantis](https://togithub.com/runatlantis/atlantis): Terraform Pull Request Automation [#​7495](https://togithub.com/aquaproj/aqua-registry/issues/7495) [sonatype-nexus-community/nancy](https://togithub.com/sonatype-nexus-community/nancy): A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index #### Contributors Thank you, Contributors! [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7495](https://togithub.com/aquaproj/aqua-registry/issues/7495) [@​mikutas](https://togithub.com/mikutas) [#​7486](https://togithub.com/aquaproj/aqua-registry/issues/7486) ### [`v3.84.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.84.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.83.0...v3.84.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.84.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.84.0) | aquaproj/aqua-registry@v3.83.0...v3.84.0 #### 🎉 New Packages [#​7466](https://togithub.com/aquaproj/aqua-registry/issues/7466) [charmbracelet/vhs](https://togithub.com/charmbracelet/vhs): Your CLI home video recorder [#​7446](https://togithub.com/aquaproj/aqua-registry/issues/7446) [purpleclay/dns53](https://togithub.com/purpleclay/dns53): Dynamic DNS within Amazon Route53. Expose your EC2 quickly, easily and privately #### Contributors Thank you, Contributors! [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7446](https://togithub.com/aquaproj/aqua-registry/issues/7446) ### [`v3.83.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.83.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.82.0...v3.83.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.83.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.83.0) | aquaproj/aqua-registry@v3.82.0...v3.83.0 #### 🎉 New Packages [#​7412](https://togithub.com/aquaproj/aqua-registry/issues/7412) [mattn/twty](https://togithub.com/mattn/twty): command-line twitter client written in golang [#​7439](https://togithub.com/aquaproj/aqua-registry/issues/7439) [minamijoyo/myaws](https://togithub.com/minamijoyo/myaws): A human friendly AWS CLI written in Go #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7412](https://togithub.com/aquaproj/aqua-registry/issues/7412) [#​7439](https://togithub.com/aquaproj/aqua-registry/issues/7439) ### [`v3.82.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.82.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.81.0...v3.82.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.82.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.82.0) | aquaproj/aqua-registry@v3.81.0...v3.82.0 #### 🎉 New Packages [#​7386](https://togithub.com/aquaproj/aqua-registry/issues/7386) [drud/ddev](https://togithub.com/drud/ddev): DDEV: a local web development environment system for PHP [#​7387](https://togithub.com/aquaproj/aqua-registry/issues/7387) [#​7388](https://togithub.com/aquaproj/aqua-registry/issues/7388) [librespeed/speedtest-cli](https://togithub.com/librespeed/speedtest-cli): Command line client for LibreSpeed [#​7392](https://togithub.com/aquaproj/aqua-registry/issues/7392) [making/rsc](https://togithub.com/making/rsc): RSocket Client CLI (RSC) that aims to be a curl for RSocket [#​7353](https://togithub.com/aquaproj/aqua-registry/issues/7353) [ysugimoto/falco](https://togithub.com/ysugimoto/falco): falco is a VCL parser and linter optimized for Fastly #### Others [#​7389](https://togithub.com/aquaproj/aqua-registry/issues/7389) Update CONTRIBUTING.md [Should you create an Issue before sending a Pull Request?](https://togithub.com/aquaproj/aqua-registry/blob/60051007b490c76d13698a5cfcb1bd465df1d731/CONTRIBUTING.md#should-you-create-an-issue-before-sending-a-pull-request) #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7353](https://togithub.com/aquaproj/aqua-registry/issues/7353) [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7388](https://togithub.com/aquaproj/aqua-registry/issues/7388) [#​7392](https://togithub.com/aquaproj/aqua-registry/issues/7392) </details> <details> <summary>direnv/direnv</summary> ### [`v2.32.2`](https://togithub.com/direnv/direnv/releases/tag/v2.32.2) [Compare Source](https://togithub.com/direnv/direnv/compare/v2.32.1...v2.32.2) # 2.32.2 / 2022-11-24 - doc: Add stdlib's layout_pyenv to docs ([#​969](https://togithub.com/direnv/direnv/issues/969)) - doc: Fix broken link ([#​991](https://togithub.com/direnv/direnv/issues/991)) - doc: Minor typo fix ([#​1013](https://togithub.com/direnv/direnv/issues/1013)) - doc: `$XDG_CONFIG_HOME/direnv/direnv.toml` => add (typically ~/.config/direnv/direnv.toml) ([#​985](https://togithub.com/direnv/direnv/issues/985)) - doc: add quickenv to Related projects ([#​970](https://togithub.com/direnv/direnv/issues/970)) - feat: Update layout anaconda to accept a path to a yml file ([#​962](https://togithub.com/direnv/direnv/issues/962)) - feat: install.sh: can specify direnv version ([#​1012](https://togithub.com/direnv/direnv/issues/1012)) - fix: elvish: replace deprecated `except` with `catch` ([#​987](https://togithub.com/direnv/direnv/issues/987)) - fix: installer.sh: make direnv executable for all - fix: path escaping ([#​975](https://togithub.com/direnv/direnv/issues/975)) - fix: stdlib: only use ANSI escape on TTY ([#​958](https://togithub.com/direnv/direnv/issues/958)) - fix: test: remove mentions of DIRENV_MTIME ([#​1009](https://togithub.com/direnv/direnv/issues/1009)) - fix: test: use lowercase -d flag for base64 decoding of DIRENV_DIFF ([#​996](https://togithub.com/direnv/direnv/issues/996)) - update: build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 ([#​974](https://togithub.com/direnv/direnv/issues/974)) </details> <details> <summary>golang/go</summary> ### [`v1.19.3`](https://togithub.com/golang/go/compare/go1.19.2...go1.19.3) [Compare Source](https://togithub.com/golang/go/compare/go1.19.2...go1.19.3) </details> <details> <summary>helm/helm</summary> ### [`v3.10.2`](https://togithub.com/helm/helm/releases/tag/v3.10.2) [Compare Source](https://togithub.com/helm/helm/compare/v3.10.1...v3.10.2) Helm v3.10.2 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience. The community keeps growing, and we'd love to see you there! - Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com): - for questions and just to hang out - for discussing PRs, code, and bugs - Hang out at the Public Developer Call: Thursday, 9:30 Pacific via [Zoom](https://zoom.us/j/696660622) - Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0) #### Installation and Upgrading Download Helm v3.10.2. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.10.2-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.10.2-darwin-amd64.tar.gz.sha256sum) / e889960e4c1d7e2dfdb91b102becfaf22700cb86dc3e3553d9bebd7bab5a3803) - [MacOS arm64](https://get.helm.sh/helm-v3.10.2-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.10.2-darwin-arm64.tar.gz.sha256sum) / 460441eea1764ca438e29fa0e38aa0d2607402f753cb656a4ab0da9223eda494) - [Linux amd64](https://get.helm.sh/helm-v3.10.2-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.10.2-linux-amd64.tar.gz.sha256sum) / 2315941a13291c277dac9f65e75ead56386440d3907e0540bf157ae70f188347) - [Linux arm](https://get.helm.sh/helm-v3.10.2-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.10.2-linux-arm.tar.gz.sha256sum) / 25af344f46348958baa1c758cdf3b204ede3ddc483be1171ed3738d47efd0aae) - [Linux arm64](https://get.helm.sh/helm-v3.10.2-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.10.2-linux-arm64.tar.gz.sha256sum) / 57fa17b6bb040a3788116557a72579f2180ea9620b4ee8a9b7244e5901df02e4) - [Linux i386](https://get.helm.sh/helm-v3.10.2-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.10.2-linux-386.tar.gz.sha256sum) / ac9cbef2ec1237e2723ee8d3a92d1c4525a2da7cecc11336ba67de9bb6b473f0) - [Linux ppc64le](https://get.helm.sh/helm-v3.10.2-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.10.2-linux-ppc64le.tar.gz.sha256sum) / 53a578b84155d31c3e62dd93a88586b75e876dae82c7912c895ee5a574fa6209) - [Linux s390x](https://get.helm.sh/helm-v3.10.2-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.10.2-linux-s390x.tar.gz.sha256sum) / 33cb4a3382bea6bcd7eb7f385dd08941bdc84d0020345951eb467fbc8f5ccb60) - [Windows amd64](https://get.helm.sh/helm-v3.10.2-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.10.2-windows-amd64.zip.sha256sum) / f1a3190adecc26270bbef4f3ab2d1a56509f9d8df95413cdd6e3151f6f367862) This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E ` and can be found at [@​mattfarina](https://togithub.com/mattfarina) [keybase account](https://keybase.io/mattfarina). Please use the attached signatures for verifying this release using `gpg`. The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`. #### What's Next - 3.10.3 will contain only bug fixes and be released on December 14, 2022 - 3.11.0 is the next feature releaseand be released on January 18, 2023 #### Changelog - fix a few function names on comments [`50f003e`](https://togithub.com/helm/helm/commit/50f003e5ee8704ec937a756c646870227d7c8b58) (cui fliter) - redirect registry client output to stderr [`c3a62f7`](https://togithub.com/helm/helm/commit/c3a62f7880be8bdc904f2d54c4b0c16a86ec204c) (Cyril Jouve) - Readiness & liveness probes correct port [`727bdf1`](https://togithub.com/helm/helm/commit/727bdf1813df73073d5a8eba4581201ef6518f93) (Peter Leong) </details> <details> <summary>kubernetes-sigs/kind</summary> ### [`v0.17.0`](https://togithub.com/kubernetes-sigs/kind/releases/tag/v0.17.0) [Compare Source](https://togithub.com/kubernetes-sigs/kind/compare/v0.16.0...v0.17.0) `v0.17.0` is a small release centered around fixing a bug loading docker hub / docker.io tagged images with identical content but different tags (including images with no explicit host) [https://github.com/kubernetes-sigs/kind/pull/2955](https://togithub.com/kubernetes-sigs/kind/pull/2955) and support for cross-architecture `kind load ...`. This release also ships Kubernetes 1.25.3 and containerd 1.6.9 with their respective fixes. This release comes to you live from KubeCon NA 2022 😄 <h1 id="breaking-changes">Breaking Changes</h1> - The default node image is a Kubernetes `v1.25.3` image: `kindest/node:v1.25.2@​sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1` - Internal config generation now defends against yaml-injection - This should not be a breaking change if you were using the config fields as documented - This does not apply to config *patches* which are applied after config generation, and by definition patch arbitrary yaml <h1 id="new-features">New Features</h1> - **Support for loading cross-architecture images** - When using `kind load docker-image` or `kind load image-archive`, kind now instructs containerd to import all architectures. - This means that *if* you have multi-arch `docker run` enabled on your host (binfmt_misc qemu-userspace), such as in the Docker Desktop application out-of-the box, you may be able to load and run pods with images for the wrong architecture (e.g. an amd64 image on an M1 mac). - containerd 1.6.9 - go 1.19.2 - upgraded metallb [https://github.com/kubernetes-sigs/kind/pull/2973](https://togithub.com/kubernetes-sigs/kind/pull/2973) - overhauled docs code snippets [https://github.com/kubernetes-sigs/kind/pull/2894](https://togithub.com/kubernetes-sigs/kind/pull/2894) New Node images have been built for kind `v0.17.0`, please use these **exact** images (IE like `kindest/node:v1.25.3@​sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1` including the digest) or build your own as we may need to change the image format again in the future 😅 Images built for this release: - 1.25: `kindest/node:v1.25.3@​sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1` - 1.24: `kindest/node:v1.24.7@​sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315` - 1.23: `kindest/node:v1.23.13@​sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61` - 1.22: `kindest/node:v1.22.15@​sha256:7d9708c4b0873f0fe2e171e2b1b7f45ae89482617778c1c875f1053d4cef2e41` - 1.21: `kindest/node:v1.21.14@​sha256:9d9eb5fb26b4fbc0c6d95fa8c790414f9750dd583f5d7cee45d92e8c26670aa1` - 1.20: `kindest/node:v1.20.15@​sha256:a32bf55309294120616886b5338f95dd98a2f7231519c7dedcec32ba29699394` - 1.19: `kindest/node:v1.19.16@​sha256:476cb3269232888437b61deca013832fee41f9f074f9bed79f57e4280f7c48b7` NOTE: These node images support amd64 and arm64. It remains possible to build custom images for other architectures (see the docs). <h1 id="fixes">Fixes</h1> - Fix loading docker hub / docker.io tagged images with identical content but different tags (including images with no explicit host) [https://github.com/kubernetes-sigs/kind/pull/2955](https://togithub.com/kubernetes-sigs/kind/pull/2955) - [kindnetd](https://togithub.com/kubernetes-sigs/kind/tree/main/images/kindnetd) (kind's lightweight networking daemonset) now supports removing wrong routes when nodes are added and removed - currently, kind does not explicitly have support for adding or removing nodes however, [Cluster API Provider Docker](https://togithub.com/kubernetes-sigs/cluster-api/tree/main/test/infrastructure/docker) (which is based on KIND), does support this. <h1 id="contributors">Contributors</h1> **Thank you to everyone who contributed to this release! ❤️** Users whose commits are in this release (alphabetically by user name) - [@​aude](https://togithub.com/aude) - [@​BenTheElder](https://togithub.com/BenTheElder) - [@​chrischdi](https://togithub.com/chrischdi) - [@​converge](https://togithub.com/converge) - [@​curtbushko](https://togithub.com/curtbushko) - [@​flash-me](https://togithub.com/flash-me) - [@​hrittikhere](https://togithub.com/hrittikhere) - [@​k8s-ci-robot](https://togithub.com/k8s-ci-robot) - [@​mdurand54](https://togithub.com/mdurand54) - [@​raphaelauv](https://togithub.com/raphaelauv) - [@​Vlatombe](https://togithub.com/Vlatombe) And thank you **very much** to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏 </details> <details> <summary>kubernetes/kubectl</summary> ### [`v1.25.4`](https://togithub.com/kubernetes/kubectl/compare/kubernetes-1.25.3...kubernetes-1.25.4) [Compare Source](https://togithub.com/kubernetes/kubectl/compare/kubernetes-1.25.3...kubernetes-1.25.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyOS4wIn0=--> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [anchore/syft](https://togithub.com/anchore/syft) | minor | `v0.59.0` -> `v0.62.3` | | [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry) | minor | `v3.84.0` -> `v3.102.0` | | [direnv/direnv](https://togithub.com/direnv/direnv) | patch | `v2.32.1` -> `v2.32.2` | | [golang.org/x/tools/gopls](https://togithub.com/golang/tools) | minor | `v0.9.5` -> `v0.10.1` | | [golang/go](https://togithub.com/golang/go) | patch | `1.19.2` -> `1.19.3` | | [golang/tools](https://togithub.com/golang/tools) | minor | `v0.2.0` -> `v0.3.0` | | [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) | minor | `v1.12.3` -> `v1.13.1` | --- ### Release Notes <details> <summary>anchore/syft</summary> ### [`v0.62.3`](https://togithub.com/anchore/syft/releases/tag/v0.62.3) [Compare Source](https://togithub.com/anchore/syft/compare/v0.62.2...v0.62.3) ### Changelog #### [v0.62.3](https://togithub.com/anchore/syft/tree/v0.62.3) (2022-11-30) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.62.2...v0.62.3) ##### Added Features - Add a generic binary cataloger \[[PR #​1336](https://togithub.com/anchore/syft/pull/1336)] \[[kzantow](https://togithub.com/kzantow)] - Add `--name` option to override name in output \[[1269](https://togithub.com/anchore/syft/pull/1269)] \[[jedevc](https://togithub.com/jedevc)] ##### Bug Fixes - Recover from bad parsing of golang binary \[[PR #​1371](https://togithub.com/anchore/syft/pull/1371)] \[[wagoodman](https://togithub.com/wagoodman)] - panic: runtime error: index out of range \[0] with length 0 \[[Issue #​1094](https://togithub.com/anchore/syft/issues/1094)] - Syft finds no apks for some images with apks \[[Issue #​1354](https://togithub.com/anchore/syft/issues/1354)] ### [`v0.62.2`](https://togithub.com/anchore/syft/releases/tag/v0.62.2) [Compare Source](https://togithub.com/anchore/syft/compare/v0.62.1...v0.62.2) ### Changelog #### [v0.62.2](https://togithub.com/anchore/syft/tree/v0.62.2) (2022-11-28) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.62.1...v0.62.2) ##### Bug Fixes - SPDX-json output differs between cli and golang implementation \[[Issue #​1213](https://togithub.com/anchore/syft/issues/1213)] - Python cataloging fails to remove some non-version characters from version string \[[Issue #​1360](https://togithub.com/anchore/syft/issues/1360)] - Haskell Cabal packages crash syft \[[Issue #​1362](https://togithub.com/anchore/syft/issues/1362)] - Panic case for alpm on windows has a correct error case \[[Issue #​1094](https://togithub.com/anchore/syft/issues/1094)] ### [`v0.62.1`](https://togithub.com/anchore/syft/releases/tag/v0.62.1) [Compare Source](https://togithub.com/anchore/syft/compare/v0.62.0...v0.62.1) ### Changelog #### [v0.62.1](https://togithub.com/anchore/syft/tree/v0.62.1) (2022-11-21) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.62.0...v0.62.1) ##### Bug Fixes - fix(npm): handle aliases in package-lock.json \[[Issue #​1314](https://togithub.com/anchore/syft/issues/1314)] \[[Mikcl](https://togithub.com/Mikcl)] - chore: add debug logging for decode errors \[[PR #​1352](https://togithub.com/anchore/syft/pull/1352)] \[[kzantow](https://togithub.com/kzantow)] - fix: sort relationships in SPDX output \[[Issue #​1213](https://togithub.com/anchore/syft/issues/1213)] \[[kzantow](https://togithub.com/kzantow)] ### [`v0.62.0`](https://togithub.com/anchore/syft/releases/tag/v0.62.0) [Compare Source](https://togithub.com/anchore/syft/compare/v0.61.0...v0.62.0) ### Changelog #### [v0.62.0](https://togithub.com/anchore/syft/tree/v0.62.0) (2022-11-18) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.61.0...v0.62.0) ##### Added Features - NPM package-lock.json version 3 \[[Issue #​1203](https://togithub.com/anchore/syft/issues/1203)] ##### Bug Fixes - Don't replace : with - in docker SPDX namespaces \[[Issue #​1111](https://togithub.com/anchore/syft/issues/1111)] ### [`v0.61.0`](https://togithub.com/anchore/syft/releases/tag/v0.61.0) [Compare Source](https://togithub.com/anchore/syft/compare/v0.60.3...v0.61.0) ### Changelog #### [v0.61.0](https://togithub.com/anchore/syft/tree/v0.61.0) (2022-11-18) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.60.3...v0.61.0) ##### Added Features - Add support for map fields in CycloneDX (XML and JSON) \[[Issue #​1032](https://togithub.com/anchore/syft/issues/1032)] - Dependency's MIT license not picked up when scanning package-lock.json \[[Issue #​1113](https://togithub.com/anchore/syft/issues/1113)] - Support SPDX 2.3 \[[Issue #​1292](https://togithub.com/anchore/syft/issues/1292)] ##### Bug Fixes - Normalize alpm md5 refs \[[PR #​1333](https://togithub.com/anchore/syft/pull/1333)] \[[wagoodman](https://togithub.com/wagoodman)] - APK Metadata decoding should be backwards compatible \[[PR #​1341](https://togithub.com/anchore/syft/pull/1341)] \[[wagoodman](https://togithub.com/wagoodman)] - Add spdx relationship encoding for dependencies \[[PR #​1342](https://togithub.com/anchore/syft/pull/1342)] \[[wagoodman](https://togithub.com/wagoodman)] - v0.3.0 SPDX SBOM Does Not Have Unique SPDXID Package IDs \[[Issue #​923](https://togithub.com/anchore/syft/issues/923)] - Missing licenses and "skipping encoding of unsupported property: syft:metadata:goBuildSetting" \[[Issue #​1007](https://togithub.com/anchore/syft/issues/1007)] - System independent build not possible \[[Issue #​1084](https://togithub.com/anchore/syft/issues/1084)] - Dependency's MIT license not picked up when scanning package-lock.json \[[Issue #​1113](https://togithub.com/anchore/syft/issues/1113)] - No packages discovered in SIF when image source not specified \[[Issue #​1189](https://togithub.com/anchore/syft/issues/1189)] - `syft packages` panics on OCI archive creation \[[Issue #​1318](https://togithub.com/anchore/syft/issues/1318)] - Missing metadata in syft-json artifacts crashes grype \[[Issue #​1334](https://togithub.com/anchore/syft/issues/1334)] - CPE for amazoncorretto:19.0.1-al2 is incorrect \[[Issue #​1337](https://togithub.com/anchore/syft/issues/1337)] ### [`v0.60.3`](https://togithub.com/anchore/syft/releases/tag/v0.60.3) [Compare Source](https://togithub.com/anchore/syft/compare/v0.60.2...v0.60.3) ### Changelog #### [v0.60.3](https://togithub.com/anchore/syft/tree/v0.60.3) (2022-11-03) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.60.2...v0.60.3) ### [`v0.60.2`](https://togithub.com/anchore/syft/releases/tag/v0.60.2) [Compare Source](https://togithub.com/anchore/syft/compare/v0.60.1...v0.60.2) ### Changelog #### [v0.60.2](https://togithub.com/anchore/syft/tree/v0.60.2) (2022-11-02) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.60.1...v0.60.2) ### [`v0.60.1`](https://togithub.com/anchore/syft/releases/tag/v0.60.1) [Compare Source](https://togithub.com/anchore/syft/compare/v0.59.0...v0.60.1) ### Changelog #### [v0.60.1](https://togithub.com/anchore/syft/tree/v0.60.1) (2022-11-01) [Full Changelog](https://togithub.com/anchore/syft/compare/v0.59.0...v0.60.1) ##### Added Features - Remove the docker installation from the release process \[[Issue #​577](https://togithub.com/anchore/syft/issues/577)] - Include go binary h1 digests in SPDX \[[Issue #​1261](https://togithub.com/anchore/syft/issues/1261)] ##### Bug Fixes - A malformed Python RECORD file stops Syft processing \[[Issue #​1012](https://togithub.com/anchore/syft/issues/1012)] - Deprecated SPDX license (GFDL\* and BSD-2-Clause-NetBSD) \[[Issue #​1179](https://togithub.com/anchore/syft/issues/1179)] - Update SPDX license list to 3.18 \[[Issue #​1245](https://togithub.com/anchore/syft/issues/1245)] - Versions not printed out properly from maven pom.xml \[[Issue #​1251](https://togithub.com/anchore/syft/issues/1251)] - syft attest --output cyclonedx-json incompatible with cosign \[[Issue #​1268](https://togithub.com/anchore/syft/issues/1268)] - Create SBOM file will have suffix in modules name \[[Issue #​1275](https://togithub.com/anchore/syft/issues/1275)] </details> <details> <summary>aquaproj/aqua-registry</summary> ### [`v3.102.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.102.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.101.0...v3.102.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.102.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.102.0) | https://github.com/aquaproj/aqua-registry/compare/v3.101.0...v3.102.0 #### 🎉 New Packages [#​8248](https://togithub.com/aquaproj/aqua-registry/issues/8248) [anchore/quill](https://togithub.com/anchore/quill): Simple mac binary signing from any platform [#​8212](https://togithub.com/aquaproj/aqua-registry/issues/8212) [livesense-inc/go-aws-s3get](https://togithub.com/livesense-inc/go-aws-s3get): A stupid simple S3 downloader CLI tool with supporting AWS Access Key #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​8212](https://togithub.com/aquaproj/aqua-registry/issues/8212) [@​sheldonhull](https://togithub.com/sheldonhull) [#​8248](https://togithub.com/aquaproj/aqua-registry/issues/8248) ### [`v3.101.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.101.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.100.0...v3.101.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.101.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.101.0) | https://github.com/aquaproj/aqua-registry/compare/v3.100.0...v3.101.0 #### 🎉 New Packages [#​8179](https://togithub.com/aquaproj/aqua-registry/issues/8179) [fujiwara/riex](https://togithub.com/fujiwara/riex): AWS RI expiration detector [#​8167](https://togithub.com/aquaproj/aqua-registry/issues/8167) [mvisonneau/approuvez](https://togithub.com/mvisonneau/approuvez): command line helper to obtain live confirmation from relevant people [#​8177](https://togithub.com/aquaproj/aqua-registry/issues/8177) [projectcalico/calico/calicoctl](https://togithub.com/projectcalico/calico): CLI tool for Calico cloud native networking and network security [#​8178](https://togithub.com/aquaproj/aqua-registry/issues/8178) [tmknom/actdocs](https://togithub.com/tmknom/actdocs): Generate documentation from Actions and Reusable Workflows #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​8167](https://togithub.com/aquaproj/aqua-registry/issues/8167) [#​8178](https://togithub.com/aquaproj/aqua-registry/issues/8178) [#​8179](https://togithub.com/aquaproj/aqua-registry/issues/8179) [@​rwunderer](https://togithub.com/rwunderer) [#​8177](https://togithub.com/aquaproj/aqua-registry/issues/8177) :tada: New Contributor! ### [`v3.100.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.100.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.99.0...v3.100.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.100.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.100.0) | https://github.com/aquaproj/aqua-registry/compare/v3.99.0...v3.100.0 #### 🎉 New Packages [#​8161](https://togithub.com/aquaproj/aqua-registry/issues/8161) [Orange-OpenSource/hurl](https://togithub.com/Orange-OpenSource/hurl): Hurl, run and test HTTP requests with plain text [#​8149](https://togithub.com/aquaproj/aqua-registry/issues/8149) [mongodb/mongodb-atlas-cli/atlascli](https://togithub.com/mongodb/mongodb-atlas-cli): MongoDB Atlas CLI and MongoDB CLI enable you to manage your MongoDB in the Cloud [#​8136](https://togithub.com/aquaproj/aqua-registry/issues/8136) [svenstaro/miniserve](https://togithub.com/svenstaro/miniserve): For when you really just want to serve some files over HTTP right now #### Fixes [#​8166](https://togithub.com/aquaproj/aqua-registry/issues/8166) [argoproj/argo-workflows](https://togithub.com/argoproj/argo-workflows): support >= v3.4.4 The format of checksum file was changed #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​8149](https://togithub.com/aquaproj/aqua-registry/issues/8149) [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​8136](https://togithub.com/aquaproj/aqua-registry/issues/8136) [#​8161](https://togithub.com/aquaproj/aqua-registry/issues/8161) ### [`v3.99.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.99.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.98.0...v3.99.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.99.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.99.0) | https://github.com/aquaproj/aqua-registry/compare/v3.98.0...v3.99.0 #### 🎉 New Packages [#​8110](https://togithub.com/aquaproj/aqua-registry/issues/8110) [kayac/go-katsubushi](https://togithub.com/kayac/go-katsubushi): ID generator server [#​8127](https://togithub.com/aquaproj/aqua-registry/issues/8127) [theupdateframework/go-tuf/tuf](https://togithub.com/theupdateframework/go-tuf): Go implementation of The Update Framework (TUF) [#​8128](https://togithub.com/aquaproj/aqua-registry/issues/8128) [theupdateframework/go-tuf/tuf-client](https://togithub.com/theupdateframework/go-tuf): Go implementation of The Update Framework (TUF) #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​8110](https://togithub.com/aquaproj/aqua-registry/issues/8110) ### [`v3.98.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.98.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.97.0...v3.98.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.98.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.98.0) | https://github.com/aquaproj/aqua-registry/compare/v3.97.0...v3.98.0 #### 🎉 New Packages [#​8099](https://togithub.com/aquaproj/aqua-registry/issues/8099) [docker/hub-tool](https://togithub.com/docker/hub-tool): Docker Hub experimental CLI tool #### Fixes [#​8097](https://togithub.com/aquaproj/aqua-registry/issues/8097) Rename mongodb/mongocli to [mongodb/mongodb-atlas-cli/mongocli](https://togithub.com/mongodb/mongodb-atlas-cli) #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​8097](https://togithub.com/aquaproj/aqua-registry/issues/8097) [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​8099](https://togithub.com/aquaproj/aqua-registry/issues/8099) ### [`v3.97.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.97.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.96.0...v3.97.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.97.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.97.0) | https://github.com/aquaproj/aqua-registry/compare/v3.96.0...v3.97.0 #### 🎉 New Packages [#​8056](https://togithub.com/aquaproj/aqua-registry/issues/8056) [k0kubun/sqldef/mssqldef](https://togithub.com/k0kubun/sqldef): Idempotent schema management for Microsoft SQL Server [#​8060](https://togithub.com/aquaproj/aqua-registry/issues/8060) [makiuchi-d/arelo](https://togithub.com/makiuchi-d/arelo): a simple auto reload (live reload) utility #### Fixes [#​8086](https://togithub.com/aquaproj/aqua-registry/issues/8086) [tektoncd/cli](https://togithub.com/tektoncd/cli): Support >= v0.28.0 Asset name was changed. - https://github.com/tektoncd/cli/commit/030af0d049a6c3833ffb7411ab25590d53fa48be - [https://github.com/tektoncd/cli/pull/1745](https://togithub.com/tektoncd/cli/pull/1745) #### Contributors Thank you, Contributors! [@​frozenbonito](https://togithub.com/frozenbonito) [#​8056](https://togithub.com/aquaproj/aqua-registry/issues/8056) [#​8060](https://togithub.com/aquaproj/aqua-registry/issues/8060) ### [`v3.96.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.96.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.95.0...v3.96.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.96.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.96.0) | https://github.com/aquaproj/aqua-registry/compare/v3.95.0...v3.96.0 #### 🎉 New Packages [#​8040](https://togithub.com/aquaproj/aqua-registry/issues/8040) [k0kubun/sqldef/mysqldef](https://togithub.com/k0kubun/sqldef): Idempotent schema management for MySQL [#​8047](https://togithub.com/aquaproj/aqua-registry/issues/8047) [k0kubun/sqldef/psqldef](https://togithub.com/k0kubun/sqldef): Idempotent schema management for MySQL, PostgreSQL, and more [#​8048](https://togithub.com/aquaproj/aqua-registry/issues/8048) [k0kubun/sqldef/sqlite3def](https://togithub.com/k0kubun/sqldef): Idempotent schema management for MySQL, PostgreSQL, and more [#​8033](https://togithub.com/aquaproj/aqua-registry/issues/8033) [kubernetes-sigs/kwok/kwokctl](https://togithub.com/kubernetes-sigs/kwok): Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters #### Fixes [#​8034](https://togithub.com/aquaproj/aqua-registry/issues/8034) [vmware-tanzu/carvel-kapp](https://togithub.com/vmware-tanzu/carvel-kapp): Fix checksum config and support old versions #### Contributors Thank you, Contributors! [@​frozenbonito](https://togithub.com/frozenbonito) [#​8040](https://togithub.com/aquaproj/aqua-registry/issues/8040) :tada: New Contributor ### [`v3.95.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.95.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.94.2...v3.95.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.95.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.95.0) | https://github.com/aquaproj/aqua-registry/compare/v3.94.2...v3.95.0 #### 🎉 New Packages [#​8008](https://togithub.com/aquaproj/aqua-registry/issues/8008) [knative/func](https://togithub.com/knative/func): Knative Functions client API and CLI [#​7991](https://togithub.com/aquaproj/aqua-registry/issues/7991) [orlangure/gocovsh](https://togithub.com/orlangure/gocovsh): Go Coverage in your terminal: a tool for exploring Go Coverage reports from the command line #### Fixes [#​7988](https://togithub.com/aquaproj/aqua-registry/issues/7988) [Songmu/ecschedule](https://togithub.com/Songmu/ecschedule): support old versions and configure checksum verification #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7988](https://togithub.com/aquaproj/aqua-registry/issues/7988) [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7991](https://togithub.com/aquaproj/aqua-registry/issues/7991) [#​8008](https://togithub.com/aquaproj/aqua-registry/issues/8008) ### [`v3.94.2`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.94.2) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.94.1...v3.94.2) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.94.2) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.94.2) | https://github.com/aquaproj/aqua-registry/compare/v3.94.1...v3.94.2 #### Fixes [#​7940](https://togithub.com/aquaproj/aqua-registry/issues/7940) [TimothyYe/skm](https://togithub.com/TimothyYe/skm): Disable checksum if the version is less than `0.8.6`. ### [`v3.94.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.94.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.94.0...v3.94.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.94.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.94.1) | https://github.com/aquaproj/aqua-registry/compare/v3.94.0...v3.94.1 #### Others [#​7831](https://togithub.com/aquaproj/aqua-registry/issues/7831) Rename the package `thycotic/dsv-cli` to [DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli) The repository was transferred. #### Contributors Thank you, Contributors! [@​sheldonhull](https://togithub.com/sheldonhull) [#​7831](https://togithub.com/aquaproj/aqua-registry/issues/7831) ### [`v3.94.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.94.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.93.0...v3.94.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.94.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.94.0) | https://github.com/aquaproj/aqua-registry/compare/v3.93.0...v3.94.0 #### 🎉 New Packages [#​7798](https://togithub.com/aquaproj/aqua-registry/issues/7798) [cfssl](https://togithub.com/cloudflare/cfssl): CFSSL: Cloudflare's PKI and TLS toolkit - cloudflare/cfssl/cfssl-bundle - cloudflare/cfssl/cfssl-certinfo - cloudflare/cfssl/cfssl-newkey - cloudflare/cfssl/cfssl-scan - cloudflare/cfssl/cfssljson - cloudflare/cfssl/multirootca #### Contributors Thank you, Contributors! [@​zoetrope](https://togithub.com/zoetrope) [#​7798](https://togithub.com/aquaproj/aqua-registry/issues/7798) ### [`v3.93.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.93.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.92.0...v3.93.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.93.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.93.0) | https://github.com/aquaproj/aqua-registry/compare/v3.92.0...v3.93.0 #### 🎉 New Packages [#​7788](https://togithub.com/aquaproj/aqua-registry/issues/7788) [jamietsao/random-winner](https://togithub.com/jamietsao/random-winner): Wrote a silly program to select a random winner from my team [#​7786](https://togithub.com/aquaproj/aqua-registry/issues/7786) [mvisonneau/gpcd](https://togithub.com/mvisonneau/gpcd): GoPro Cloud Downloader [#​7787](https://togithub.com/aquaproj/aqua-registry/issues/7787) [mvisonneau/s5](https://togithub.com/mvisonneau/s5): Safely Store Super Sensitive Stuff #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7786](https://togithub.com/aquaproj/aqua-registry/issues/7786) [#​7787](https://togithub.com/aquaproj/aqua-registry/issues/7787) [#​7788](https://togithub.com/aquaproj/aqua-registry/issues/7788) ### [`v3.92.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.92.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.91.0...v3.92.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.92.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.92.0) | https://github.com/aquaproj/aqua-registry/compare/v3.91.0...v3.92.0 #### 🎉 New Packages [#​7772](https://togithub.com/aquaproj/aqua-registry/issues/7772) [denizgursoy/gotouch](https://togithub.com/denizgursoy/gotouch): Customizable Project Creator [#​7764](https://togithub.com/aquaproj/aqua-registry/issues/7764) [in-toto/in-toto-golang](https://togithub.com/in-toto/in-toto-golang): A Go implementation of in-toto. in-toto is a framework to protect software supply chain integrity [#​7743](https://togithub.com/aquaproj/aqua-registry/issues/7743) [mvisonneau/tfcw](https://togithub.com/mvisonneau/tfcw): Terraform Cloud Wrapper [#​7760](https://togithub.com/aquaproj/aqua-registry/issues/7760) [smartxworks/knest](https://togithub.com/smartxworks/knest): Kubernetes-in-Kubernetes Made Simple #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7743](https://togithub.com/aquaproj/aqua-registry/issues/7743) ### [`v3.91.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.91.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.90.0...v3.91.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.91.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.91.0) | https://github.com/aquaproj/aqua-registry/compare/v3.90.0...v3.91.0 #### 🎉 New Packages [#​7705](https://togithub.com/aquaproj/aqua-registry/issues/7705) [sigstore/sget](https://togithub.com/sigstore/sget): sget is command for safer, automatic verification of signatures and integration with Sigstore's binary transparency log, Rekor #### Fixes [#​7660](https://togithub.com/aquaproj/aqua-registry/issues/7660) [minamijoyo/myaws](https://togithub.com/minamijoyo/myaws): Support old versions [#​7661](https://togithub.com/aquaproj/aqua-registry/issues/7661) [ysugimoto/falco](https://togithub.com/ysugimoto/falco): Support old versions [#​7701](https://togithub.com/aquaproj/aqua-registry/issues/7701) [nushell/nushell](https://togithub.com/nushell/nushell): asset format was changed #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7660](https://togithub.com/aquaproj/aqua-registry/issues/7660) [#​7661](https://togithub.com/aquaproj/aqua-registry/issues/7661) ### [`v3.90.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.90.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.89.0...v3.90.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.90.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.90.0) | https://github.com/aquaproj/aqua-registry/compare/v3.89.0...v3.90.0 #### 🎉 New Packages [#​7644](https://togithub.com/aquaproj/aqua-registry/issues/7644) [abhimanyu003/sttr](https://togithub.com/abhimanyu003/sttr): cross-platform, cli app to perform various operations on string [#​7654](https://togithub.com/aquaproj/aqua-registry/issues/7654) [pfnet-research/git-ghost](https://togithub.com/pfnet-research/git-ghost): Synchronize your working directory efficiently to a remote place without committing the changes #### Fixes [#​7645](https://togithub.com/aquaproj/aqua-registry/issues/7645) [aristocratos/btop](https://togithub.com/aristocratos/btop): Asset format was changed [#​7632](https://togithub.com/aquaproj/aqua-registry/issues/7632) [hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): Fix the description #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7654](https://togithub.com/aquaproj/aqua-registry/issues/7654) ### [`v3.89.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.89.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.88.0...v3.89.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.89.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.89.0) | https://github.com/aquaproj/aqua-registry/compare/v3.88.0...v3.89.0 #### 🎉 New Packages [#​7630](https://togithub.com/aquaproj/aqua-registry/issues/7630) [dtan4/ghrls](https://togithub.com/dtan4/ghrls): List & Describe GitHub Releases [#​7627](https://togithub.com/aquaproj/aqua-registry/issues/7627) [hirosassa/ksnotify](https://togithub.com/hirosassa/ksnotify): A CLI command to parse kustomize build result and notify it to GitLab [#​7620](https://togithub.com/aquaproj/aqua-registry/issues/7620) [kashav/fsql](https://togithub.com/kashav/fsql): Search for files using a fun query language [#​7631](https://togithub.com/aquaproj/aqua-registry/issues/7631) [yinheli/sshw](https://togithub.com/yinheli/sshw): ssh client wrapper for automatic login #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7620](https://togithub.com/aquaproj/aqua-registry/issues/7620) [#​7630](https://togithub.com/aquaproj/aqua-registry/issues/7630) [#​7631](https://togithub.com/aquaproj/aqua-registry/issues/7631) [@​hirosassa](https://togithub.com/hirosassa) [#​7627](https://togithub.com/aquaproj/aqua-registry/issues/7627) ### [`v3.88.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.88.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.87.0...v3.88.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.88.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.88.0) | https://github.com/aquaproj/aqua-registry/compare/v3.87.0...v3.88.0 #### 🎉 New Packages [#​7599](https://togithub.com/aquaproj/aqua-registry/issues/7599) [zyedidia/micro](https://togithub.com/zyedidia/micro): A modern and intuitive terminal-based text editor #### Contributors Thank you, Contributors! [@​ponkio-o](https://togithub.com/ponkio-o) [#​7599](https://togithub.com/aquaproj/aqua-registry/issues/7599) ### [`v3.87.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.87.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.86.0...v3.87.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.87.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.87.0) | https://github.com/aquaproj/aqua-registry/compare/v3.86.0...v3.87.0 #### 🎉 New Packages [#​7589](https://togithub.com/aquaproj/aqua-registry/issues/7589) [citrusframework/yaks](https://togithub.com/citrusframework/yaks): YAKS is a platform to enable Cloud Native BDD testing on Kubernetes #### Contributors Thank you, Contributors! [@​tadayosi](https://togithub.com/tadayosi) [#​7589](https://togithub.com/aquaproj/aqua-registry/issues/7589) ### [`v3.86.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.86.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.85.0...v3.86.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.86.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.86.0) | https://github.com/aquaproj/aqua-registry/compare/v3.85.0...v3.86.0 #### 🎉 New Packages [#​7523](https://togithub.com/aquaproj/aqua-registry/issues/7523) [woodpecker-ci/woodpecker/woodpecker-cli](https://togithub.com/woodpecker-ci/woodpecker): Command line tool for Woodpecker CI #### Fixes [#​7541](https://togithub.com/aquaproj/aqua-registry/issues/7541) [kanisterio/kanister](https://togithub.com/kanisterio/kanister): Remove darwin support The support of `darwin` was removed. - https://github.com/kanisterio/kanister/commit/2a93133c6d905e66e291d203cdfce072d1e9b1c8 - [https://github.com/kanisterio/kanister/pull/1702](https://togithub.com/kanisterio/kanister/pull/1702) - [https://github.com/kanisterio/kanister/pull/1702#discussion_r1003536078](https://togithub.com/kanisterio/kanister/pull/1702#discussion_r1003536078) [#​7542](https://togithub.com/aquaproj/aqua-registry/issues/7542) [zigtools/zls](https://togithub.com/zigtools/zls): Fix the archive format Archive format was changed from `tar.xz` to `tar.zst`. - [https://github.com/zigtools/zls/pull/529](https://togithub.com/zigtools/zls/pull/529) - https://www.nongnu.org/lzip/xz_inadequate.html #### Contributors Thank you, Contributors! [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7523](https://togithub.com/aquaproj/aqua-registry/issues/7523) ### [`v3.85.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v3.85.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v3.84.0...v3.85.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.85.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.85.0) | https://github.com/aquaproj/aqua-registry/compare/v3.84.0...v3.85.0 #### 🎉 New Packages [#​7473](https://togithub.com/aquaproj/aqua-registry/issues/7473) [genuinetools/amicontained](https://togithub.com/genuinetools/amicontained): Container introspection tool. Find out what container runtime is being used as well as features available [#​7488](https://togithub.com/aquaproj/aqua-registry/issues/7488) [mitchellh/gon](https://togithub.com/mitchellh/gon): Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library [#​7486](https://togithub.com/aquaproj/aqua-registry/issues/7486) [runatlantis/atlantis](https://togithub.com/runatlantis/atlantis): Terraform Pull Request Automation [#​7495](https://togithub.com/aquaproj/aqua-registry/issues/7495) [sonatype-nexus-community/nancy](https://togithub.com/sonatype-nexus-community/nancy): A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index #### Contributors Thank you, Contributors! [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​7495](https://togithub.com/aquaproj/aqua-registry/issues/7495) [@​mikutas](https://togithub.com/mikutas) [#​7486](https://togithub.com/aquaproj/aqua-registry/issues/7486) </details> <details> <summary>direnv/direnv</summary> ### [`v2.32.2`](https://togithub.com/direnv/direnv/releases/tag/v2.32.2) [Compare Source](https://togithub.com/direnv/direnv/compare/v2.32.1...v2.32.2) # 2.32.2 / 2022-11-24 - doc: Add stdlib's layout_pyenv to docs ([#​969](https://togithub.com/direnv/direnv/issues/969)) - doc: Fix broken link ([#​991](https://togithub.com/direnv/direnv/issues/991)) - doc: Minor typo fix ([#​1013](https://togithub.com/direnv/direnv/issues/1013)) - doc: `$XDG_CONFIG_HOME/direnv/direnv.toml` => add (typically ~/.config/direnv/direnv.toml) ([#​985](https://togithub.com/direnv/direnv/issues/985)) - doc: add quickenv to Related projects ([#​970](https://togithub.com/direnv/direnv/issues/970)) - feat: Update layout anaconda to accept a path to a yml file ([#​962](https://togithub.com/direnv/direnv/issues/962)) - feat: install.sh: can specify direnv version ([#​1012](https://togithub.com/direnv/direnv/issues/1012)) - fix: elvish: replace deprecated `except` with `catch` ([#​987](https://togithub.com/direnv/direnv/issues/987)) - fix: installer.sh: make direnv executable for all - fix: path escaping ([#​975](https://togithub.com/direnv/direnv/issues/975)) - fix: stdlib: only use ANSI escape on TTY ([#​958](https://togithub.com/direnv/direnv/issues/958)) - fix: test: remove mentions of DIRENV_MTIME ([#​1009](https://togithub.com/direnv/direnv/issues/1009)) - fix: test: use lowercase -d flag for base64 decoding of DIRENV_DIFF ([#​996](https://togithub.com/direnv/direnv/issues/996)) - update: build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 ([#​974](https://togithub.com/direnv/direnv/issues/974)) </details> <details> <summary>golang/go</summary> ### [`v1.19.3`](https://togithub.com/golang/go/compare/go1.19.2...go1.19.3) [Compare Source](https://togithub.com/golang/go/compare/go1.19.2...go1.19.3) </details> <details> <summary>golang/tools</summary> ### [`v0.3.0`](https://togithub.com/golang/tools/compare/v0.2.0...v0.3.0) [Compare Source](https://togithub.com/golang/tools/compare/v0.2.0...v0.3.0) </details> <details> <summary>goreleaser/goreleaser</summary> ### [`v1.13.1`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.13.1) [Compare Source](https://togithub.com/goreleaser/goreleaser/compare/v1.13.0...v1.13.1) #### Changelog ##### Bug fixes - [`d3cdd96`](https://togithub.com/goreleaser/goreleaser/commit/d3cdd96c397bc60ea634eb2f0617970cee5065a3): fix: missing digests on manifests ([#​3602](https://togithub.com/goreleaser/goreleaser/issues/3602)) ([@​caarlos0](https://togithub.com/caarlos0)) **Full Changelog**: https://github.com/goreleaser/goreleaser/compare/v1.13.0...v1.13.1 *** <a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a> Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/). Want to help? You can [sponsor](https://goreleaser.com/sponsors/),get a [Pro License](https://goreleaser.com/pro) or [contribute](https://goreleaser.com/contributing). Also, feel free to reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)! ### [`v1.13.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.13.0) [Compare Source](https://togithub.com/goreleaser/goreleaser/compare/v1.12.3...v1.13.0) #### Changelog ##### New Features - [`5eb1e4a`](https://togithub.com/goreleaser/goreleaser/commit/5eb1e4ad0d41c6ee06db34183689a42e02a77fe0): feat: add digest to artifacts info of published docker images ([#​3540](https://togithub.com/goreleaser/goreleaser/issues/3540)) ([@​gal-legit](https://togithub.com/gal-legit)) - [`e65c531`](https://togithub.com/goreleaser/goreleaser/commit/e65c53172e1836524cb570a7e727a0d72545b2ae): feat: add mastodon ([#​3567](https://togithub.com/goreleaser/goreleaser/issues/3567)) ([@​jolheiser](https://togithub.com/jolheiser)) - [`0a536f0`](https://togithub.com/goreleaser/goreleaser/commit/0a536f08fd4df847b3777a658aea75b788f8fa4a): feat: build of shared/static libraries ([#​3511](https://togithub.com/goreleaser/goreleaser/issues/3511)) ([@​borgoat](https://togithub.com/borgoat)) - [`f2281e8`](https://togithub.com/goreleaser/goreleaser/commit/f2281e8ff237e679c6f461a05d1eda7e3a426a3e): feat: chocolatey support ([#​3509](https://togithub.com/goreleaser/goreleaser/issues/3509)) ([@​faabiosr](https://togithub.com/faabiosr)) - [`ad359a4`](https://togithub.com/goreleaser/goreleaser/commit/ad359a4712afa46f8bd4259d6ca14b7783d68b2c): feat: implement nfpm archlinux packages ([#​3470](https://togithub.com/goreleaser/goreleaser/issues/3470)) ([@​Arsen6331](https://togithub.com/Arsen6331)) - [`76dc0b5`](https://togithub.com/goreleaser/goreleaser/commit/76dc0b559e073eca268700cc5799c1f00ffdf466): feat: output checksums to artifacts info ([#​3548](https://togithub.com/goreleaser/goreleaser/issues/3548)) ([@​gal-legit](https://togithub.com/gal-legit)) - [`7544f7a`](https://togithub.com/goreleaser/goreleaser/commit/7544f7ab961cddb47492572263646af18c1f519a): feat: update to go 1.19.3 ([#​3523](https://togithub.com/goreleaser/goreleaser/issues/3523)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`4863781`](https://togithub.com/goreleaser/goreleaser/commit/4863781b48ca781cd3590ffddfa06b6e6cd2c1e1): feat: use digest on manifests ([#​3555](https://togithub.com/goreleaser/goreleaser/issues/3555)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`b55b997`](https://togithub.com/goreleaser/goreleaser/commit/b55b9976c7871e29bcdf70628be749b96b32296d): feat: use digest to sign docker images/manifests ([#​3556](https://togithub.com/goreleaser/goreleaser/issues/3556)) ([@​caarlos0](https://togithub.com/caarlos0)) ##### Bug fixes - [`0ea4f1d`](https://togithub.com/goreleaser/goreleaser/commit/0ea4f1d5b7d8b25d4a5deaa302327a1f76a10d71): fix(changelog): group regexps ([#​3527](https://togithub.com/goreleaser/goreleaser/issues/3527)) ([@​stevenh](https://togithub.com/stevenh)) - [`1272811`](https://togithub.com/goreleaser/goreleaser/commit/127281131ac2c16fdd5103973eb411c882518e71): fix(ci): codeql use go 1.19 ([#​3570](https://togithub.com/goreleaser/goreleaser/issues/3570)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`154c520`](https://togithub.com/goreleaser/goreleaser/commit/154c52075526c3819a97d9b610ceaf2e97628c86): fix: Trim trailing slash from Gitea URL ([#​3488](https://togithub.com/goreleaser/goreleaser/issues/3488)) ([@​SamTherapy](https://togithub.com/SamTherapy)) - [`1a69d44`](https://togithub.com/goreleaser/goreleaser/commit/1a69d44d6d37021530b1d0f49d5e0fb1aa1f7299): fix: allow to template scoop/brew/krew repo ref ([#​3521](https://togithub.com/goreleaser/goreleaser/issues/3521)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`6fd8eec`](https://togithub.com/goreleaser/goreleaser/commit/6fd8eec224bd2306cb0a1d83f6be60478bc5e4f5): fix: do not run changelog on goreleaser build ([#​3520](https://togithub.com/goreleaser/goreleaser/issues/3520)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`778f099`](https://togithub.com/goreleaser/goreleaser/commit/778f099a9a603867dcda91896bb76f7497b2b0fb): fix: improve artifactory error handling ([#​3546](https://togithub.com/goreleaser/goreleaser/issues/3546)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`5731815`](https://togithub.com/goreleaser/goreleaser/commit/5731815e629f1232cd29a1fdfa269780a07d7bf5): fix: improve github release code ([#​3547](https://togithub.com/goreleaser/goreleaser/issues/3547)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`1a9209e`](https://togithub.com/goreleaser/goreleaser/commit/1a9209eb1f0ce9c5a7ac1b04de1d7af82b5fcca9): fix: log missing image name ([@​caarlos0](https://togithub.com/caarlos0)) - [`5ca4a7d`](https://togithub.com/goreleaser/goreleaser/commit/5ca4a7d2ff86cd01c68777c30012c12a50b696e1): fix: log when no artifacts are found for docker ([#​3554](https://togithub.com/goreleaser/goreleaser/issues/3554)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`ab08d0b`](https://togithub.com/goreleaser/goreleaser/commit/ab08d0b7063ecc0cfca4aa9fb51f0553c42ae482): fix: move mastodon server to yaml ([#​3568](https://togithub.com/goreleaser/goreleaser/issues/3568)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`bb00eda`](https://togithub.com/goreleaser/goreleaser/commit/bb00edac2a99f8a3d61ca958bfa4f4dc444d1a76): fix: set dockers.goarm to 6 by default ([#​3552](https://togithub.com/goreleaser/goreleaser/issues/3552)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`096c6ba`](https://togithub.com/goreleaser/goreleaser/commit/096c6ba6b29b7ac50c803d9ed52024eed47b72a5): fix: variable name ([@​caarlos0](https://togithub.com/caarlos0)) ##### Dependency updates - [`de1e6bb`](https://togithub.com/goreleaser/goreleaser/commit/de1e6bb8614006a677f1293dc8bd967d03fde0d0): feat(deps): bump github.com/disgoorg/disgo from 0.13.20 to 0.13.21 ([#​3519](https://togithub.com/goreleaser/goreleaser/issues/3519)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`226f56e`](https://togithub.com/goreleaser/goreleaser/commit/226f56e972c378ed045b35ac8f559d56bf8c9ba6): feat(deps): bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0 ([#​3558](https://togithub.com/goreleaser/goreleaser/issues/3558)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`8794290`](https://togithub.com/goreleaser/goreleaser/commit/8794290e147b1cb208cb8b9f8bf6bde278a7ed79): feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 ([#​3539](https://togithub.com/goreleaser/goreleaser/issues/3539)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`77b5cc3`](https://togithub.com/goreleaser/goreleaser/commit/77b5cc3430fb67defd5e794227356e9520d5286c): feat(deps): bump github.com/slack-go/slack from 0.11.3 to 0.11.4 ([#​3536](https://togithub.com/goreleaser/goreleaser/issues/3536)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`6bcc103`](https://togithub.com/goreleaser/goreleaser/commit/6bcc103659cf32dee505592a94037243a997b43f): feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 ([#​3494](https://togithub.com/goreleaser/goreleaser/issues/3494)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`b3d8353`](https://togithub.com/goreleaser/goreleaser/commit/b3d8353b3721fbf025f16c9bc9bb2fceae6ee371): feat(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 ([#​3493](https://togithub.com/goreleaser/goreleaser/issues/3493)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`e269a1d`](https://togithub.com/goreleaser/goreleaser/commit/e269a1d09599e8a1399393fc8230ed43a75bc851): feat(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0 ([#​3513](https://togithub.com/goreleaser/goreleaser/issues/3513)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`b9649cf`](https://togithub.com/goreleaser/goreleaser/commit/b9649cfe49e35a54070d6176f9acd346cb05679f): feat(deps): bump golang from 1.19.2-alpine to 1.19.3-alpine ([#​3522](https://togithub.com/goreleaser/goreleaser/issues/3522)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`25522b5`](https://togithub.com/goreleaser/goreleaser/commit/25522b5c52de888a61e42914fde7719a2489814b): feat(deps): bump golang from `8558ae6` to `dc4f475` ([#​3544](https://togithub.com/goreleaser/goreleaser/issues/3544)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`6663177`](https://togithub.com/goreleaser/goreleaser/commit/66631771740b418c740031a2c9e6ce6417760244): feat(deps): bump golang from `dc4f475` to `d171aa3` ([#​3565](https://togithub.com/goreleaser/goreleaser/issues/3565)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`f01f300`](https://togithub.com/goreleaser/goreleaser/commit/f01f30031a8caf0565a24ad244178665b9521fa9): feat(deps): bump golang from `f3e6836` to `e4dcdac` ([#​3500](https://togithub.com/goreleaser/goreleaser/issues/3500)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`0638b0a`](https://togithub.com/goreleaser/goreleaser/commit/0638b0aa38d5857c8db0b01dc34570b1b3c2aaf6): feat(deps): update nfpm to v2.21.0 ([@​caarlos0](https://togithub.com/caarlos0)) - [`2e43234`](https://togithub.com/goreleaser/goreleaser/commit/2e4323433fd94aa27267887f21985fa6b2b492d9): feat(deps): update nfpm to v2.22.0 ([@​caarlos0](https://togithub.com/caarlos0)) - [`9fa3438`](https://togithub.com/goreleaser/goreleaser/commit/9fa34380eab4306b9547a97813af4457cd8e326f): fix(deps): nfpm v2.22.1 ([@​caarlos0](https://togithub.com/caarlos0)) ##### Other work - [`ed30c4e`](https://togithub.com/goreleaser/goreleaser/commit/ed30c4e2dbe045568b8166c9b71a4115112a3b87): docs: /twitter, discord, linkedin etc ([@​caarlos0](https://togithub.com/caarlos0)) - [`f1e6305`](https://togithub.com/goreleaser/goreleaser/commit/f1e63050d6f6974a3992a599ab45c5b0eb950916): docs: Mention Gitea explicitly ([#​3489](https://togithub.com/goreleaser/goreleaser/issues/3489)) ([@​SamTherapy](https://togithub.com/SamTherapy)) - [`c490a0d`](https://togithub.com/goreleaser/goreleaser/commit/c490a0dc37f00cf5dc3f1346372ed967b59cc927): docs: add Mercure to users ([#​3549](https://togithub.com/goreleaser/goreleaser/issues/3549)) ([@​dunglas](https://togithub.com/dunglas)) - [`b101e3b`](https://togithub.com/goreleaser/goreleaser/commit/b101e3badae7753e82a2a743ff9755ebf5d3256e): docs: add Syft to contributing docs ([#​3529](https://togithub.com/goreleaser/goreleaser/issues/3529)) ([@​marcjmiller](https://togithub.com/marcjmiller)) - [`b9241a4`](https://togithub.com/goreleaser/goreleaser/commit/b9241a444c5b9a324838e88f763ba993fe0163c4): docs: add more podman details ([@​caarlos0](https://togithub.com/caarlos0)) - [`1447ac8`](https://togithub.com/goreleaser/goreleaser/commit/1447ac82599183cfa6a3de4b911c5dc6558f88f8): docs: add openssf badge ([@​caarlos0](https://togithub.com/caarlos0)) - [`1e39e3c`](https://togithub.com/goreleaser/goreleaser/commit/1e39e3ce790e6be1d677fcf4249aad9001472614): docs: add woodpecker ci ([#​3516](https://togithub.com/goreleaser/goreleaser/issues/3516)) ([@​jolheiser](https://togithub.com/jolheiser)) - [`6dac256`](https://togithub.com/goreleaser/goreleaser/commit/6dac256b452f0a993d1ce2a8646c44c8762b2d9f): docs: added /security ([@​caarlos0](https://togithub.com/caarlos0)) - [`79b7ceb`](https://togithub.com/goreleaser/goreleaser/commit/79b7cebdaeb1de6fec5d2799e1117cad59c4c23e): docs: clarify archlinux and v1.13 ([@​caarlos0](https://togithub.com/caarlos0)) - [`10586bd`](https://togithub.com/goreleaser/goreleaser/commit/10586bdba7b1f6f4a8a84bdb2fbc5d6c4da939fa): docs: clarify lack of vcs info when building from proxy ([@​caarlos0](https://togithub.com/caarlos0)) - [`97ca416`](https://togithub.com/goreleaser/goreleaser/commit/97ca41684df22a542af1c0f2c95642dfc8bce4b6): docs: ensure pip is up to date ([@​caarlos0](https://togithub.com/caarlos0)) - [`d4c3e82`](https://togithub.com/goreleaser/goreleaser/commit/d4c3e82a6c76f8df4c7c1ed03d08837fe8c7a0ed): docs: fix redirects ([@​caarlos0](https://togithub.com/caarlos0)) - [`722463d`](https://togithub.com/goreleaser/goreleaser/commit/722463d129c6991c7a54505b77763b8b32630b02): docs: fix typo in .goreleaser.yaml ([#​3531](https://togithub.com/goreleaser/goreleaser/issues/3531)) ([@​frantjc](https://togithub.com/frantjc)) - [`0f79adc`](https://togithub.com/goreleaser/goreleaser/commit/0f79adca8796d0882616f582a58d2e7b69a38bfb): docs: fix wording ([#​3542](https://togithub.com/goreleaser/goreleaser/issues/3542)) ([@​adamdmharvey](https://togithub.com/adamdmharvey)) - [`c71d8ec`](https://togithub.com/goreleaser/goreleaser/commit/c71d8ecafa36ff96a74ed80f4a300a79fa092338): docs: gif ([#​3504](https://togithub.com/goreleaser/goreleaser/issues/3504)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`ee6225f`](https://togithub.com/goreleaser/goreleaser/commit/ee6225fb5ed23dfb8f46293179b62162161c3a32): docs: improve schema ([#​3553](https://togithub.com/goreleaser/goreleaser/issues/3553)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`b6e5b87`](https://togithub.com/goreleaser/goreleaser/commit/b6e5b87711b8c51650504cc7373df5bee18e356f): docs: instruct how to use a pinned version of the jsonschema ([@​caarlos0](https://togithub.com/caarlos0)) - [`de254d5`](https://togithub.com/goreleaser/goreleaser/commit/de254d582f2705e22ec2d6ca5a23a89c383b19d7): docs: mastodon ([@​caarlos0](https://togithub.com/caarlos0)) - [`b76b658`](https://togithub.com/goreleaser/goreleaser/commit/b76b65875d2e60d63ff571000f4c6c890c8dd70c): docs: note trailing slash on nfpm ([@​caarlos0](https://togithub.com/caarlos0)) - [`e47bad4`](https://togithub.com/goreleaser/goreleaser/commit/e47bad4997bfa489b072ad42ba682a90abe18a9e): docs: small improvement ([@​caarlos0](https://togithub.com/caarlos0)) - [`964e703`](https://togithub.com/goreleaser/goreleaser/commit/964e703fb4c54e94e1ee4a1990766a094ad3d383): docs: small updates ([@​caarlos0](https://togithub.com/caarlos0)) - [`311db13`](https://togithub.com/goreleaser/goreleaser/commit/311db136d60788d30f34349ac0d5fd3158512e2f): docs: update docs to mention gitlab protected vars ([#​3528](https://togithub.com/goreleaser/goreleaser/issues/3528)) ([@​marcjmiller](https://togithub.com/marcjmiller)) - [`22a7a9a`](https://togithub.com/goreleaser/goreleaser/commit/22a7a9a8357703e95a2302270d7e6f178343e02b): refactor: small improvements ([@​caarlos0](https://togithub.com/caarlos0)) - [`33ea55b`](https://togithub.com/goreleaser/goreleaser/commit/33ea55b8e6ab6ed02311a29bdb42d4e1219abbca): refactor: use the variable from artifact ([@​caarlos0](https://togithub.com/caarlos0)) - [`78fa66a`](https://togithub.com/goreleaser/goreleaser/commit/78fa66ac7ed85adebf3add4ca7ecb3d5691f8437): revert: unneeded release update ([@​caarlos0](https://togithub.com/caarlos0)) **Full Changelog**: https://github.com/goreleaser/goreleaser/compare/v1.12.3...v1.13.0 *** <a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a> Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/). Want to help? You can [sponsor](https://goreleaser.com/sponsors/),get a [Pro License](https://goreleaser.com/pro) or [contribute](https://goreleaser.com/contributing). Also, feel free to reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)! </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyOS4wIn0=--> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Change Overview
This PR updates goreleaser to build boring versions of kanister tools
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan